共用方式為


LineDisplayCursor.IsReverseSupported 屬性

定義

取得是否支援反轉的資料指標。

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

屬性值

Boolean

bool

如果支援反轉資料指標,則為 True;否則為 False。

適用於