Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 808 Bytes

linedisplaycursorattributes_isblinkenabled.md

File metadata and controls

25 lines (17 loc) · 808 Bytes
-api-id -api-type
P:Windows.Devices.PointOfService.LineDisplayCursorAttributes.IsBlinkEnabled
winrt property

Windows.Devices.PointOfService.LineDisplayCursorAttributes.IsBlinkEnabled

-description

Gets or sets whether blinking is enabled on the cursor.

-property-value

True if blinking is enabled; otherwise, False.

-remarks

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

-see-also

LineDisplayCursor.TryUpdateAttributesAsync(LineDisplayCursorAttributes)

-examples