Back to Devexpress

CursorType Enum

corelibraries-devexpress-dot-xtracharts-6da0e3eb.md

latest2.3 KB
Original Source

CursorType Enum

Lists the values used to specify the cursor type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public enum CursorType
vb
Public Enum CursorType

Members

NameDescription
None

No cursor is being shown.

| | Move |

| | Hand |

| | Grab |

| | Rotate |

| | RotateDrag |

| | SizeAll |

| | SizeNESW |

| | SizeNS |

| | SizeNWSE |

| | SizeWE |

| | ZoomIn |

| | ZoomLimit |

| | ZoomOut |

| | Link |

|

The following properties accept/return CursorType values:

Remarks

The values listed by the CursorType enumeration are used to set the QueryCursorEventArgs.CursorType property.

See Also

DevExpress.XtraCharts Namespace