Click or drag to resize

CursorType Enumeration

Enumeration of the cursor types supported by the Cursor object

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum CursorType
Members
  Member nameValueDescription
Default0 Default cursor, which is usually an arrow but may be different depending on the control
Arrow1 Standard arrow cursor
Crosshair2 Cursor with a cross hair
Pointer3 Pointer cursor, which is usually a hand
Move4 All direction move cursor
IBeam5 I-beam cursor for selecting text or placing the text cursor
VerticalSplit6 Vertical sizing cursor
HorizontalSplit7 Horizontal sizing cursor
See Also