InputPointerSource.Cursor Property

Definition

Gets or sets the cursor displayed when a mouse or pen pointer is over the input target, a Visual or WindowId (HWND), of this InputPointerSource.

public:
 property InputCursor ^ Cursor { InputCursor ^ get(); void set(InputCursor ^ value); };
InputCursor Cursor();

void Cursor(InputCursor value);
public InputCursor Cursor { get; set; }
var inputCursor = inputPointerSource.cursor;
inputPointerSource.cursor = inputCursor;
Public Property Cursor As InputCursor

Property Value

The cursor displayed when a mouse or pen pointer is over the input target.

Applies to