Freigeben über


LineDisplayCursorAttributes.IsBlinkEnabled Eigenschaft

Definition

Ruft ab oder legt fest, ob blinken auf dem Cursor aktiviert ist.

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

Eigenschaftswert

Boolean

bool

True, wenn blinken aktiviert ist; andernfalls False.

Hinweise

Änderungen an dieser Eigenschaft werden beim nächsten Aufruf von LineDisplayCursor.TryUpdateAttributesAsync(LineDisplayCursorAttributes)für das Gerät festgelegt.

Gilt für:

Weitere Informationen