LineDisplayCursorAttributes.IsBlinkEnabled 属性

定义

获取或设置是否在光标上启用闪烁。

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

属性值

Boolean

bool

如果启用闪烁,则为 True;否则为 False。

注解

对此属性的更改将在下次调用 LineDisplayCursor.TryUpdateAttributesAsync (LineDisplayCursorAttributes) 提交到 设备。

适用于

另请参阅