Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.07 KB

linedisplaycursorattributes_isautoadvanceenabled.md

File metadata and controls

27 lines (18 loc) · 1.07 KB
-api-id -api-type
P:Windows.Devices.PointOfService.LineDisplayCursorAttributes.IsAutoAdvanceEnabled
winrt property

Windows.Devices.PointOfService.LineDisplayCursorAttributes.IsAutoAdvanceEnabled

-description

Gets or sets whether automatic advancing of the cursor is enabled.

-property-value

True if automatic advancing is enabled; otherwise, False.

-remarks

When set to True, the cursor’s Position will be automatically updated to point to the next character to be displayed, whenever text is displayed. When False, the cursor position will not be automatically updated when characters are displayed.

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

-see-also

LineDisplayCursor.TryUpdateAttributesAsync(LineDisplayCursorAttributes)

-examples