Skip to main content

CursorType Enum

Lists the values used to specify the cursor type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public enum CursorType

Members

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

Related API Members

The following properties accept/return CursorType values:

Remarks

The values listed by the CursorType enumeration are used to set the QueryCursorEventArgs.CursorType property.

See Also