Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 907 Bytes

linedisplaycursorattributes_position.md

File metadata and controls

29 lines (19 loc) · 907 Bytes
-api-id -api-type
P:Windows.Devices.PointOfService.LineDisplayCursorAttributes.Position
winrt property

Windows.Devices.PointOfService.LineDisplayCursorAttributes.Position

-description

Gets or sets the position of the cursor.

-property-value

The position of the cursor.

-remarks

The maximum cursor position is described by the cursor owner’s LineDisplayWindow.Size property.

The default value of this property is {0,0}.

Changes to this property are committed to the device on the next call to LineDisplayCursor.TryUpdateAttributesAsync(LineDisplayCursorAttributes).

-see-also

LineDisplayCursor.TryUpdateAttributesAsync(LineDisplayCursorAttributes)

-examples