GestureRecognizer.MouseWheelParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a set of properties that are associated with the wheel button of a mouse device.
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.
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.
Applies to
See also
- Input and interactions
- User interaction mode sample
- Focus visuals sample
- Input: Device capabilities sample
- Input: Simplified ink sample
- Input: Windows 8 gestures sample
- Input: XAML user input events sample
- XAML scrolling, panning, and zooming sample
- DirectX touch input sample
- Input: Manipulations and gestures (C++) sample
- Input: Touch hit testing sample
- Input source identification sample
- Touch injection sample
- Win32 touch hit-testing sample