-api-id | -api-type |
---|---|
P:Windows.Devices.PointOfService.LineDisplayCursorAttributes.IsAutoAdvanceEnabled |
winrt property |
Gets or sets whether automatic advancing of the cursor is enabled.
True if automatic advancing is enabled; otherwise, False.
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).
LineDisplayCursor.TryUpdateAttributesAsync(LineDisplayCursorAttributes)