AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.6.1" />

.NET API 886,784 bytes

 SystemCursor

public enum SystemCursor
A list of all pre-defined system cursor modes.
Alias = 11

Indicating an alias or shortcut is to be created.

AllScroll = 30

Cursor showing that something can be scrolled in any direction (panned).

Cell = 7

Indicating that cells can be selected.

ColResize = 28

The item/column can be resized horizontally. Often rendered as arrows pointing left and right with a vertical bar separating.

A context menu is available under the cursor.

Copy = 12

Indicating that something can be copied.

Cross cursor, often used to indicate selection in a bitmap.

Default = 0

Default cursor, typically an arrow.

EResize = 16

Moves the right edge.

EwResize = 24

Indicates a bidirectional resize cursor. Left to right.

Grab = 33

Indicates that something can be grabbed.

Grabbing = 34

Indicates that something can be dragged to be moved.

Help = 3

Indicating help is available.

Move = 13

The hovered object may be moved.

NeResize = 18

Moves the top right edge.

Indicates a bidirectional resize cursor. Right top to left bottom.

NoDrop = 14

Cursor showing that a drop is not allowed at the current location.

None = 1

No cursor is rendered.

Cursor showing that something cannot be done.

NResize = 17

Moves the top edge.

NsResize = 25

Indicates a bidirectional resize cursor. Top to bottom.

NwResize = 19

Moves the top left edge.

Indicates a bidirectional resize cursor. Left top to right bottom.

Pointer = 4

E.g. used when hovering over links, typically a hand.

The program is busy in the background but the user can still interact with the interface (unlike for wait).

RowResize = 29

The item/row can be resized vertically. Often rendered as arrows pointing up and down with a horizontal bar separating them.

SeResize = 21

Moves the bottom right edge.

SResize = 20

Moves the bottom edge.

SwResize = 22

Moves the bottom left edge.

Text = 9

Indicating text can be selected, typically an I-beam.

Indicating that vertical text can be selected, typically a sideways I-beam.

Wait = 6

The program is busy (sometimes an hourglass or a watch).

WResize = 23

Moves the left edge.

ZoomIn = 31

Indicates that something can be zoomed (magnified) in.

ZoomOut = 32

Indicates that something can be zoomed (magnified) out.