Show / Hide Table of Contents

Class Cursors

Defines a set of default mouse pointer images.

Inheritance
System.Object
Cursors
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Input
Assembly: OpenSilver.dll
Syntax
public static class Cursors

Properties

| Improve this Doc View Source

AppStarting

Gets the Cursor that appears when an application is starting.

Declaration
public static Cursor AppStarting { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

Arrow

Represents an Arrow Cursor.

Declaration
public static Cursor Arrow { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

ArrowCD

Gets the arrow with a compact disk Cursor.

Declaration
[NotImplemented]
public static Cursor ArrowCD { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

Cross

Gets the crosshair Cursor.

Declaration
public static Cursor Cross { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

Eraser

Represents an Eraser Cursor.

Declaration
[NotImplemented]
public static Cursor Eraser { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

Hand

Represents a Hand Cursor.

Declaration
public static Cursor Hand { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

None

Represents a special Cursor that is invisible.

Declaration
public static Cursor None { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

Pen

Gets a pen Cursor.

Declaration
[NotImplemented]
public static Cursor Pen { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

ScrollAll

Gets the scroll all Cursor.

Declaration
public static Cursor ScrollAll { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

ScrollE

Gets the scroll east Cursor.

Declaration
[NotImplemented]
public static Cursor ScrollE { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

ScrollN

Gets the scroll north Cursor.

Declaration
[NotImplemented]
public static Cursor ScrollN { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

ScrollNE

Gets a scroll northeast Cursor.

Declaration
[NotImplemented]
public static Cursor ScrollNE { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

ScrollNS

Gets the scroll north/south Cursor.

Declaration
[NotImplemented]
public static Cursor ScrollNS { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

ScrollNW

Gets a scroll northwest Cursor.

Declaration
[NotImplemented]
public static Cursor ScrollNW { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

ScrollS

Gets the scroll south Cursor.

Declaration
[NotImplemented]
public static Cursor ScrollS { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

ScrollSE

Gets a scroll southeast Cursor.

Declaration
[NotImplemented]
public static Cursor ScrollSE { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

ScrollSW

Gets a scroll southwest Cursor.

Declaration
[NotImplemented]
public static Cursor ScrollSW { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

ScrollW

Gets the scroll west Cursor.

Declaration
[NotImplemented]
public static Cursor ScrollW { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

ScrollWE

Gets a west/east scrolling Cursor.

Declaration
[NotImplemented]
public static Cursor ScrollWE { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

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
| Improve this Doc View Source

SizeNESW

Represents a SizeNESW Cursor.

Declaration
public static Cursor SizeNESW { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

SizeNS

Represents a SizeNS Cursor.

Declaration
public static Cursor SizeNS { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

SizeNWSE

Represents a SizeNWSE Cursor.

Declaration
public static Cursor SizeNWSE { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

SizeWE

Represents a SizeWE Cursor.

Declaration
public static Cursor SizeWE { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

Stylus

Represents a Stylus Cursor.

Declaration
[NotImplemented]
public static Cursor Stylus { get; }
Property Value
Type Description
Cursor
| Improve this Doc View Source

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
| Improve this Doc View Source

Wait

Represents a Wait Cursor.

Declaration
public static Cursor Wait { get; }
Property Value
Type Description
Cursor
  • Improve this Doc
  • View Source