CoreWindow.PointerCursor Property

Gets or sets the cursor used by the app.

Syntax

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

Property value

Type: CoreCursor 

The app’s cursor.

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

CoreWindow Class

CoreWindow Members

Windows.UI.Core Namespace