'Declaration Public Enum CursorType Inherits System.Enum
public enum CursorType : System.Enum
__value public enum CursorType : public System.Enum
public enum class CursorType : public System.Enum
'Declaration Public Enum CursorType Inherits System.Enum
public enum CursorType : System.Enum
__value public enum CursorType : public System.Enum
public enum class CursorType : public System.Enum
| Member | Description |
|---|---|
| AppStarting | The cursor that appears when an application starts. |
| Arrow | The arrow cursor. |
| Cross | The crosshair cursor. |
| Default | The default cursor, which is usually an arrow cursor. |
| Hand | The hand cursor, typically used when hovering over a Web link. |
| Help | The Help cursor, which is a combination of an arrow and a question mark. |
| HSplit | The cursor that appears when the mouse is positioned over a horizontal splitter bar. |
| IBeam | The I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked. |
| No | The cursor that indicates that a particular region is invalid for the current operation. |
| NoMove2D | The cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in both a horizontal and vertical direction. |
| NoMoveHoriz | The cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a horizontal direction. |
| NoMoveVert | The cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a vertical direction. |
| PanEast | The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right. |
| PanNE | The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the right. |
| PanNorth | The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction. |
| PanNW | The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the left. |
| PanSE | The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the right. |
| PanSouth | The cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction. |
| PanSW | The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the left. |
| PanWest | The cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left. |
| SizeAll | The four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west. |
| SizeNESW | The two-headed diagonal (northeast/southwest) sizing cursor. |
| SizeNS | The two-headed vertical (north/south) sizing cursor. |
| SizeNWSE | The two-headed diagonal (northwest/southeast) sizing cursor. |
| SizeWE | The two-headed horizontal (west/east) sizing cursor. |
| UpArrow | The up arrow cursor, typically used to identify an insertion point. |
| VSplit | The cursor that appears when the mouse is positioned over a vertical splitter bar. |
| WaitCursor | The wait cursor, typically an hourglass shape. |
| Custom | The custom cursor. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Annotation.CursorType
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5