This documentation is archived and is not being maintained.
CursorType Enumeration
Visual Studio 2008
Specifies the built in cursor types.
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 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: