Skip to main content
A newer version of this page is available. .

QueryCursorEventArgs.CursorType Property

Gets the cursor type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public CursorType CursorType { get; }

Property Value

Type Description
CursorType

A CursorType enumeration value specifying 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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CursorType property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also