CursorType Enumeration
.NET Framework 4.5
Specifies the built in cursor types.
Namespace: System.Windows.Input
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| None | A value indicating that no cursor should be displayed. | |
| No | No cursor. | |
| Arrow | A standard arrow cursor. | |
| AppStarting | A standard arrow with small hourglass cursor. | |
| Cross | A crosshair cursor. | |
| Help | A help cursor. | |
| IBeam | A text I-Beam cursor. | |
| SizeAll | A cursor with arrows pointing north, south, east, and west. | |
| SizeNESW | A cursor with arrows pointing northeast and southwest. | |
| SizeNS | A cursor with arrows pointing north and south. | |
| SizeNWSE | A cursor with arrows pointing northwest and southeast. | |
| SizeWE | A cursor with arrows pointing west and east. | |
| UpArrow | A vertical arrow cursor. | |
| Wait | An hourglass cursor. | |
| Hand | A hand cursor. | |
| Pen | A pen cursor. | |
| ScrollNS | A scrolling cursor with arrows pointing north and south. | |
| ScrollWE | A scrolling cursor with arrows pointing west and east. | |
| ScrollAll | A scrolling cursor with arrows pointing north, south, east, and west. | |
| ScrollN | A scrolling cursor with an arrow pointing north. | |
| ScrollS | A scrolling cursor with an arrow pointing south. | |
| ScrollW | A scrolling cursor with an arrow pointing west. | |
| ScrollE | A scrolling cursor with an arrow pointing east. | |
| ScrollNW | A scrolling cursor with arrows pointing north and west. | |
| ScrollNE | A scrolling cursor with arrows pointing north and east. | |
| ScrollSW | A scrolling cursor with arrows pointing south and west. | |
| ScrollSE | A scrolling cursor with arrows pointing south and east. | |
| ArrowCD | An arrow cd cursor. |
CursorType is mostly used in Extensible Application Markup Language (XAML) to specify the cursor. In code, you should use the Cursors class.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.