Click or drag to resize
Cursors Class
Defines a set of default cursors.
Inheritance Hierarchy
SystemObject
  System.Windows.InputCursors

Namespace: System.Windows.Input
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static class Cursors

The Cursors type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAppStarting
Gets the System.Windows.Input.Cursor that appears when an application is starting.
Public propertyStatic memberArrow
Gets the Arrow System.Windows.Input.Cursor.
Public propertyStatic memberCross
Gets the crosshair System.Windows.Input.Cursor.
Public propertyStatic memberHand
Gets a hand System.Windows.Input.Cursor.
Public propertyStatic memberHelp
Gets a help System.Windows.Input.Cursor which is a combination of an arrow and a question mark.
Public propertyStatic memberIBeam
Gets an I-beam System.Windows.Input.Cursor, which is used to show where the text cursor appears when the mouse is clicked.
Public propertyStatic memberNo
Gets a System.Windows.Input.Cursor with which indicates that a particular region is invalid for a given operation.
Public propertyStatic memberNone
Gets a special cursor that is invisible.
Public propertyStatic memberSizeAll
Gets a four-headed sizing System.Windows.Input.Cursor, which consists of four joined arrows that point north, south, east, and west.
Public propertyStatic memberSizeNESW
Gets a two-headed northeast/southwest sizing System.Windows.Input.Cursor.
Public propertyStatic memberSizeNS
Gets a two-headed north/south sizing System.Windows.Input.Cursor.
Public propertyStatic memberSizeNWSE
Gets a two-headed northwest/southeast sizing System.Windows.Input.Cursor.
Public propertyStatic memberSizeWE
Gets a two-headed west/east sizing System.Windows.Input.Cursor.
Public propertyStatic memberWait
Specifies a wait (or hourglass) System.Windows.Input.Cursor.
Top
See Also