AngleSharp by AngleSharp

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

.NET API 1,232,384 bytes

 SystemCursor

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

Indicating an alias or shortcut is to be created.

AllScroll = 31

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

Auto = 0

Automatically determined.

Cell = 8

Indicating that cells can be selected.

ColResize = 29

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 = 13

Indicating that something can be copied.

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

Default = 1

Default cursor, typically an arrow.

EResize = 17

Moves the right edge.

EwResize = 25

Indicates a bidirectional resize cursor. Left to right.

Grab = 34

Indicates that something can be grabbed.

Grabbing = 35

Indicates that something can be dragged to be moved.

Help = 4

Indicating help is available.

Move = 14

The hovered object may be moved.

NeResize = 19

Moves the top right edge.

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

NoDrop = 15

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

None = 2

No cursor is rendered.

Cursor showing that something cannot be done.

NResize = 18

Moves the top edge.

NsResize = 26

Indicates a bidirectional resize cursor. Top to bottom.

NwResize = 20

Moves the top left edge.

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

Pointer = 5

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 = 30

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

SeResize = 22

Moves the bottom right edge.

SResize = 21

Moves the bottom edge.

SwResize = 23

Moves the bottom left edge.

Text = 10

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

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

Wait = 7

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

WResize = 24

Moves the left edge.

ZoomIn = 32

Indicates that something can be zoomed (magnified) in.

ZoomOut = 33

Indicates that something can be zoomed (magnified) out.