LineDisplayCursor.IsBlinkSupported 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 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.