共用方式為


LineDisplayCursor.IsUnderlineSupported 屬性

定義

取得是否支援底線游標。

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

屬性值

Boolean

bool

如果支援底線游標,則為 True;否則為 False。

適用於