Share via


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。

适用于