共用方式為


PointerPointProperties.IsInverted 屬性

定義

取得值,這個值表示數位板手寫筆是否反轉。

public:
 property bool IsInverted { bool get(); };
bool IsInverted();
public bool IsInverted { get; }
var boolean = pointerPointProperties.isInverted;
Public ReadOnly Property IsInverted As Boolean

屬性值

Boolean

bool

如果反轉則為 True;否則為 false。

適用於