Enum MouseCursorType
- Namespace
- Myra.Graphics2D.UI
- Assembly
- Myra.dll
Specifies the mouse cursor type to display.
public enum MouseCursorType
Fields
Arrow = 0Arrow cursor.
Crosshair = 3Crosshair cursor.
Hand = 11Hand (pointer) cursor.
IBeam = 1Text selection (I-beam) cursor.
No = 10Not allowed cursor.
SizeAll = 9Move (all directions) cursor.
SizeNESW = 6Northeast to southwest diagonal resize cursor.
SizeNS = 8Vertical resize cursor.
SizeNWSE = 5Northwest to southeast diagonal resize cursor.
SizeWE = 7Horizontal resize cursor.
Wait = 2Wait (hourglass) cursor.
WaitArrow = 4Wait arrow (arrow with hourglass) cursor.