Table of Contents

Class Cursors

Namespace
Fantas.Input
Assembly
Fantas.dll

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

Cursor

ClosedHand

Gets the closed hand cursor.

public static Cursor ClosedHand { get; }

Property Value

Cursor

Cross

Gets the crosshair (+) cursor.

public static Cursor Cross { get; }

Property Value

Cursor

IBeam

IBeam cursor that appears when the mouse is over text editing regions.

public static Cursor IBeam { get; }

Property Value

Cursor

No

Cursor with invalid operation.

public static Cursor No { get; }

Property Value

Cursor

OpenHand

Gets the open hand cursor.

public static Cursor OpenHand { get; }

Property Value

Cursor

PointingHand

Gets the pointing hand cursor. (usually used when hover hyperlinks)

public static Cursor PointingHand { get; }

Property Value

Cursor

RotateBottomLeft

Rotate on bottom left corner cursor

public static Cursor RotateBottomLeft { get; }

Property Value

Cursor

RotateBottomRight

Rotate on bottom right corner cursor

public static Cursor RotateBottomRight { get; }

Property Value

Cursor

RotateTopLeft

Rotate on top left corner cursor

public static Cursor RotateTopLeft { get; }

Property Value

Cursor

RotateTopRight

Rotate on top right corner cursor

public static Cursor RotateTopRight { get; }

Property Value

Cursor

SizeAll

Size cursor with arrows pointing all directions.

public static Cursor SizeAll { get; }

Property Value

Cursor

SizeNESW

Gets the northeast-southwest ⤢ cursor.

public static Cursor SizeNESW { get; }

Property Value

Cursor

SizeNS

Gets the north-south ↕ cursor.

public static Cursor SizeNS { get; }

Property Value

Cursor

SizeNWSE

Gets the northwest-southeast ⤡ cursor

public static Cursor SizeNWSE { get; }

Property Value

Cursor

SizeWE

Gets the horizontal west-east ↔ cursor

public static Cursor SizeWE { get; }

Property Value

Cursor

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; }

Property Value

Cursor