LineDisplayCursorAttributes.IsBlinkEnabled 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 whether blinking is enabled on the cursor.
public:
property bool IsBlinkEnabled { bool get(); void set(bool value); };
bool IsBlinkEnabled();
void IsBlinkEnabled(bool value);
public bool IsBlinkEnabled { get; set; }
var boolean = lineDisplayCursorAttributes.isBlinkEnabled;
lineDisplayCursorAttributes.isBlinkEnabled = boolean;
Public Property IsBlinkEnabled As Boolean
Property Value
Boolean
bool
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).