Skip to main content

QueryCursorEventArgs.CursorType Property

Gets the cursor type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.UI.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public CursorType CursorType { get; }

Property Value

Type Description
CursorType

A CursorType enumeration value that specifies the cursor type.

Available values:

Show 15 items
Name Description
None

No cursor is being shown.

Move

CursorType_Move

Hand

CursorType_Hand

Grab

CursorType_Grab

Rotate

CursorType_Rotate

RotateDrag

CursorType_RotateDrag

SizeAll

CursorType_SizeAll

SizeNESW

CursorType_SizeNESW

SizeNS

CursorType_SizeNS

SizeNWSE

CursorType_SizeNWSE

SizeWE

CursorType_SizeWE

ZoomIn

CursorType_ZoomIn

ZoomLimit

CursorType_ZoomLimit

ZoomOut

CursorType_ZoomOut

mouse-cursor--link

See Also