Class Cursors
Collection of different Cursor types
public static class Cursors
- Inheritance
-
Cursors
- Inherited Members
Properties
Arrow
Default arrow cursor.
public static Cursor Arrow { get; }
Property Value
ClosedHand
Gets the closed hand cursor.
public static Cursor ClosedHand { get; }
Property Value
Cross
Gets the crosshair (+) cursor.
public static Cursor Cross { get; }
Property Value
IBeam
IBeam cursor that appears when the mouse is over text editing regions.
public static Cursor IBeam { get; }
Property Value
No
Cursor with invalid operation.
public static Cursor No { get; }
Property Value
OpenHand
Gets the open hand cursor.
public static Cursor OpenHand { get; }
Property Value
PointingHand
Gets the pointing hand cursor. (usually used when hover hyperlinks)
public static Cursor PointingHand { get; }
Property Value
RotateBottomLeft
Rotate on bottom left corner cursor
public static Cursor RotateBottomLeft { get; }
Property Value
RotateBottomRight
Rotate on bottom right corner cursor
public static Cursor RotateBottomRight { get; }
Property Value
RotateTopLeft
Rotate on top left corner cursor
public static Cursor RotateTopLeft { get; }
Property Value
RotateTopRight
Rotate on top right corner cursor
public static Cursor RotateTopRight { get; }
Property Value
SizeAll
Size cursor with arrows pointing all directions.
public static Cursor SizeAll { get; }
Property Value
SizeNESW
Gets the northeast-southwest ⤢ cursor.
public static Cursor SizeNESW { get; }
Property Value
SizeNS
Gets the north-south ↕ cursor.
public static Cursor SizeNS { get; }
Property Value
SizeNWSE
Gets the northwest-southeast ⤡ cursor
public static Cursor SizeNWSE { get; }
Property Value
SizeWE
Gets the horizontal west-east ↔ cursor
public static Cursor SizeWE { get; }
Property Value
Wait
Gets wait cursor ⧖ (Has no effect on Mac) On Mac the beach ball is displayed by the system when the application is not processing events
public static Cursor Wait { get; }