QueryCursorEventArgs.CursorType Property
Gets the cursor type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.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:
Show 15 items
| Name | Description |
|---|---|
| None | No cursor is being shown. |
| Move |
|
| Hand |
|
| Grab |
|
| Rotate |
|
| RotateDrag |
|
| SizeAll |
|
| SizeNESW |
|
| SizeNS |
|
| SizeNWSE |
|
| SizeWE |
|
| ZoomIn |
|
| ZoomLimit |
|
| ZoomOut |
|
| Link |
|
See Also













