InputPointerSource.Cursor 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 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.