Cursors Class |
Namespace: System.Windows.Input
public static class Cursors
The Cursors type exposes the following members.
Name | Description | |
---|---|---|
AppStarting |
Gets the System.Windows.Input.Cursor that appears when an application is
starting.
| |
Arrow |
Gets the Arrow System.Windows.Input.Cursor.
| |
Cross |
Gets the crosshair System.Windows.Input.Cursor.
| |
Hand |
Gets a hand System.Windows.Input.Cursor.
| |
Help |
Gets a help System.Windows.Input.Cursor which is a combination of an arrow
and a question mark.
| |
IBeam |
Gets an I-beam System.Windows.Input.Cursor, which is used to show where the
text cursor appears when the mouse is clicked.
| |
No |
Gets a System.Windows.Input.Cursor with which indicates that a particular
region is invalid for a given operation.
| |
None |
Gets a special cursor that is invisible.
| |
SizeAll |
Gets a four-headed sizing System.Windows.Input.Cursor, which consists of
four joined arrows that point north, south, east, and west.
| |
SizeNESW |
Gets a two-headed northeast/southwest sizing System.Windows.Input.Cursor.
| |
SizeNS |
Gets a two-headed north/south sizing System.Windows.Input.Cursor.
| |
SizeNWSE |
Gets a two-headed northwest/southeast sizing System.Windows.Input.Cursor.
| |
SizeWE |
Gets a two-headed west/east sizing System.Windows.Input.Cursor.
| |
Wait |
Specifies a wait (or hourglass) System.Windows.Input.Cursor.
|