GestureRecognizer.MouseWheelParameters Property

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

Syntax

public:
property MouseWheelParameters^ MouseWheelParameters {
         MouseWheelParameters^ get ();
}  

Property value

Type: MouseWheelParameters 

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

Remarks

The properties exposed through MouseWheelParameters are used in conjunction with the Wheel settings in the Mouse control panel to define the UI experience when using the wheel button.

This API is not implemented and will throw an exception if called.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

GestureRecognizer Class

GestureRecognizer Members

Windows.UI.Input Namespace