Share via


LineDisplayCursor.IsBlinkSupported Property

Definition

Gets whether cursor blinking is supported.

public:
 property bool IsBlinkSupported { bool get(); };
bool IsBlinkSupported();
public bool IsBlinkSupported { get; }
var boolean = lineDisplayCursor.isBlinkSupported;
Public ReadOnly Property IsBlinkSupported As Boolean

Property Value

Boolean

bool

True if cursor blinking is supported; otherwise, false.

Applies to