Share via


LineDisplayCursorAttributes.IsBlinkEnabled Property

Definition

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).

Applies to

See also