QueryCursorEventArgs.CursorType Property
Gets the cursor type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.UI.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
CursorType | A CursorType enumeration value that specifies the cursor type. |
Available values:
Name | Description |
---|---|
None | No cursor is being shown. |
Move | |
Hand | |
Grab | |
Rotate | |
RotateDrag | |
SizeAll | |
SizeNESW | |
SizeNS | |
SizeNWSE | |
SizeWE | |
ZoomIn | |
ZoomLimit | |
ZoomOut | |
Link |
See Also