WheelGestureData Class
Provides gesture data about the mouse wheel.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Class WheelGestureData _
Inherits GestureData
'Usage
Dim instance As WheelGestureData
public class WheelGestureData : GestureData
public ref class WheelGestureData : public GestureData
public class WheelGestureData extends GestureData
Remarks
Gesture data is provided when a gesture occurs from rolling the mouse wheel. The main data-providing property is Delta, which indicates the distance the mouse wheel has traveled.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Interaction.GestureData
Microsoft.Windows.Design.Interaction.WheelGestureData
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace