LineDisplayCursor.IsHalfBlockSupported 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 a half-block cursor is supported.
public:
property bool IsHalfBlockSupported { bool get(); };
bool IsHalfBlockSupported();
public bool IsHalfBlockSupported { get; }
var boolean = lineDisplayCursor.isHalfBlockSupported;
Public ReadOnly Property IsHalfBlockSupported As Boolean
Property Value
Boolean
bool
True if a half-block cursor is supported; otherwise, False.