ICoreWindow.PointerCursor Property

Definition

Gets or sets the pointer cursor used by the window.

public:
 property CoreCursor ^ PointerCursor { CoreCursor ^ get(); void set(CoreCursor ^ value); };
CoreCursor PointerCursor();

void PointerCursor(CoreCursor value);
public CoreCursor PointerCursor { get; set; }
var coreCursor = iCoreWindow.pointerCursor;
iCoreWindow.pointerCursor = coreCursor;
Public Property PointerCursor As CoreCursor

Property Value

The pointer cursor used by the window.

Applies to