PointerPointProperties.IsHorizontalMouseWheel Property

Definition

Gets a value that indicates whether the input is from a mouse tilt wheel.

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

Property Value

Boolean

bool

True if the input is from a mouse tilt wheel; otherwise false.

Applies to