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

CursorType Enum

Lists the values used to specify the cursor type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

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

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.

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

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