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