共用方式為


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。

適用於