Share via


GestureRecognizer.MouseWheelParameters Property

Definition

Gets a set of properties that are associated with the wheel button of a mouse device.

For more details on this API, please see the the UWP WinRT MouseWheelParameters topic.

public:
 property MouseWheelParameters ^ MouseWheelParameters { MouseWheelParameters ^ get(); };
MouseWheelParameters MouseWheelParameters();
public MouseWheelParameters MouseWheelParameters { get; }
var mouseWheelParameters = gestureRecognizer.mouseWheelParameters;
Public ReadOnly Property MouseWheelParameters As MouseWheelParameters

Property Value

The collection of wheel button properties. The system defaults should be checked to ensure the best user experience for your app.

Applies to