PointerPointProperties.IsHorizontalMouseWheel 속성

정의

입력이 마우스 기울기 휠에서 생성되었는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

bool

입력이 마우스 기울기 휠에서 온 경우 True이고, 그렇지 않으면 false입니다.

적용 대상