다음을 통해 공유


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입니다.

적용 대상