LineDisplayCursor.IsBlockSupported Property

Definition

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.

Applies to