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。

适用于