Class Cursors
Defines a set of default mouse pointer images.
Inheritance
Inherited Members
Namespace: System.Windows.Input
Assembly: OpenSilver.dll
Syntax
public static class Cursors
Properties
| Improve this Doc View SourceAppStarting
Gets the Cursor that appears when an application is starting.
Declaration
public static Cursor AppStarting { get; }
Property Value
Type | Description |
---|---|
Cursor |
Arrow
Represents an Arrow Cursor.
Declaration
public static Cursor Arrow { get; }
Property Value
Type | Description |
---|---|
Cursor |
ArrowCD
Gets the arrow with a compact disk Cursor.
Declaration
[NotImplemented]
public static Cursor ArrowCD { get; }
Property Value
Type | Description |
---|---|
Cursor |
Cross
Gets the crosshair Cursor.
Declaration
public static Cursor Cross { get; }
Property Value
Type | Description |
---|---|
Cursor |
Eraser
Represents an Eraser Cursor.
Declaration
[NotImplemented]
public static Cursor Eraser { get; }
Property Value
Type | Description |
---|---|
Cursor |
Hand
Represents a Hand Cursor.
Declaration
public static Cursor Hand { get; }
Property Value
Type | Description |
---|---|
Cursor |
Help
Gets a help Cursor which is a combination of an arrow and a question mark.
Declaration
public static Cursor Help { get; }
Property Value
Type | Description |
---|---|
Cursor |
IBeam
Represents an IBeam Cursor, which is typically used to show where the text cursor appears when the mouse is clicked.
Declaration
public static Cursor IBeam { get; }
Property Value
Type | Description |
---|---|
Cursor |
No
Gets a Cursor with which indicates that a particular region is invalid for a given operation.
Declaration
public static Cursor No { get; }
Property Value
Type | Description |
---|---|
Cursor |
None
Represents a special Cursor that is invisible.
Declaration
public static Cursor None { get; }
Property Value
Type | Description |
---|---|
Cursor |
Pen
Gets a pen Cursor.
Declaration
[NotImplemented]
public static Cursor Pen { get; }
Property Value
Type | Description |
---|---|
Cursor |
ScrollAll
Gets the scroll all Cursor.
Declaration
public static Cursor ScrollAll { get; }
Property Value
Type | Description |
---|---|
Cursor |
ScrollE
Gets the scroll east Cursor.
Declaration
[NotImplemented]
public static Cursor ScrollE { get; }
Property Value
Type | Description |
---|---|
Cursor |
ScrollN
Gets the scroll north Cursor.
Declaration
[NotImplemented]
public static Cursor ScrollN { get; }
Property Value
Type | Description |
---|---|
Cursor |
ScrollNE
Gets a scroll northeast Cursor.
Declaration
[NotImplemented]
public static Cursor ScrollNE { get; }
Property Value
Type | Description |
---|---|
Cursor |
ScrollNS
Gets the scroll north/south Cursor.
Declaration
[NotImplemented]
public static Cursor ScrollNS { get; }
Property Value
Type | Description |
---|---|
Cursor |
ScrollNW
Gets a scroll northwest Cursor.
Declaration
[NotImplemented]
public static Cursor ScrollNW { get; }
Property Value
Type | Description |
---|---|
Cursor |
ScrollS
Gets the scroll south Cursor.
Declaration
[NotImplemented]
public static Cursor ScrollS { get; }
Property Value
Type | Description |
---|---|
Cursor |
ScrollSE
Gets a scroll southeast Cursor.
Declaration
[NotImplemented]
public static Cursor ScrollSE { get; }
Property Value
Type | Description |
---|---|
Cursor |
ScrollSW
Gets a scroll southwest Cursor.
Declaration
[NotImplemented]
public static Cursor ScrollSW { get; }
Property Value
Type | Description |
---|---|
Cursor |
ScrollW
Gets the scroll west Cursor.
Declaration
[NotImplemented]
public static Cursor ScrollW { get; }
Property Value
Type | Description |
---|---|
Cursor |
ScrollWE
Gets a west/east scrolling Cursor.
Declaration
[NotImplemented]
public static Cursor ScrollWE { get; }
Property Value
Type | Description |
---|---|
Cursor |
SizeAll
Gets a four-headed sizing Cursor, which consists of four joined arrows that point north, south, east, and west.
Declaration
public static Cursor SizeAll { get; }
Property Value
Type | Description |
---|---|
Cursor |
SizeNESW
Represents a SizeNESW Cursor.
Declaration
public static Cursor SizeNESW { get; }
Property Value
Type | Description |
---|---|
Cursor |
SizeNS
Represents a SizeNS Cursor.
Declaration
public static Cursor SizeNS { get; }
Property Value
Type | Description |
---|---|
Cursor |
SizeNWSE
Represents a SizeNWSE Cursor.
Declaration
public static Cursor SizeNWSE { get; }
Property Value
Type | Description |
---|---|
Cursor |
SizeWE
Represents a SizeWE Cursor.
Declaration
public static Cursor SizeWE { get; }
Property Value
Type | Description |
---|---|
Cursor |
Stylus
Represents a Stylus Cursor.
Declaration
[NotImplemented]
public static Cursor Stylus { get; }
Property Value
Type | Description |
---|---|
Cursor |
UpArrow
Gets an up arrow Cursor, which is typically used to identify an insertion point.
Declaration
[NotImplemented]
public static Cursor UpArrow { get; }
Property Value
Type | Description |
---|---|
Cursor |
Wait
Represents a Wait Cursor.
Declaration
public static Cursor Wait { get; }
Property Value
Type | Description |
---|---|
Cursor |