Back to Devexpress

QueryCursorEventArgs.CursorType Property

windowsforms-devexpress-dot-xtracharts-dot-querycursoreventargs-f09c0892.md

latest2.7 KB
Original Source

QueryCursorEventArgs.CursorType Property

Gets the cursor type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public CursorType CursorType { get; }
vb
Public ReadOnly Property CursorType As CursorType

Property Value

TypeDescription
CursorType

A CursorType enumeration value that specifies the cursor type.

|

Available values:

Show 15 items

NameDescription
None

No cursor is being shown.

| | Move |

| | Hand |

| | Grab |

| | Rotate |

| | RotateDrag |

| | SizeAll |

| | SizeNESW |

| | SizeNS |

| | SizeNWSE |

| | SizeWE |

| | ZoomIn |

| | ZoomLimit |

| | ZoomOut |

| | Link |

|

See Also

Cursor

How to: Provide a Custom Cursor for a Chart

QueryCursorEventArgs Class

QueryCursorEventArgs Members

DevExpress.XtraCharts Namespace