PointerPointProperties.IsBarrelButtonPressed 속성

정의

펜/스타일러스 디바이스의 배럴 단추를 눌렀는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

bool

True이면 배럴 단추를 누릅니다. 그렇지 않으면 false입니다.

적용 대상

추가 정보