Enum
CursorType

Types of cursors available

Definition

Namespace:Telerik.Windows.Documents.UI.Adorner

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public enum CursorType

Fields

Default

The default cursor (typically SystemArrow)

Declaration

cs-api-definition
Default = 1

Field Value

CursorType

Move

Move cursor

Declaration

cs-api-definition
Move = 11

Field Value

CursorType

None

No cursor shown

Declaration

cs-api-definition
None = 0

Field Value

CursorType

Size

Size cursor that supports angle

Declaration

cs-api-definition
Size = 10

Field Value

CursorType

SystemArrow

Declaration

cs-api-definition
SystemArrow = 2

Field Value

CursorType

SystemEraser

Declaration

cs-api-definition
SystemEraser = 3

Field Value

CursorType

SystemHand

Declaration

cs-api-definition
SystemHand = 4

Field Value

CursorType

SystemIBeam

Declaration

cs-api-definition
SystemIBeam = 5

Field Value

CursorType

SystemSizeNS

Declaration

cs-api-definition
SystemSizeNS = 6

Field Value

CursorType

SystemSizeWE

Declaration

cs-api-definition
SystemSizeWE = 7

Field Value

CursorType

SystemStylus

Declaration

cs-api-definition
SystemStylus = 8

Field Value

CursorType

SystemWait

Declaration

cs-api-definition
SystemWait = 9

Field Value

CursorType