CoreInkIndependentInputSource.PointerCursor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the pointer cursor used when inking.
public:
property CoreCursor ^ PointerCursor { CoreCursor ^ get(); void set(CoreCursor ^ value); };
CoreCursor PointerCursor();
void PointerCursor(CoreCursor value);
public CoreCursor PointerCursor { get; set; }
var coreCursor = coreInkIndependentInputSource.pointerCursor;
coreInkIndependentInputSource.pointerCursor = coreCursor;
Public Property PointerCursor As CoreCursor
Property Value
The pointer cursor used when inking.
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|