Share via


InputSystemCursor.CursorShape Property

Definition

Gets the standard system visual pointer type supported by the InputSystemCursor object.

public:
 property InputSystemCursorShape CursorShape { InputSystemCursorShape get(); };
InputSystemCursorShape CursorShape();
public InputSystemCursorShape CursorShape { get; }
var inputSystemCursorShape = inputSystemCursor.cursorShape;
Public ReadOnly Property CursorShape As InputSystemCursorShape

Property Value

The standard system visual pointer type.

Applies to