WheelGestureData 类

更新:2007 年 11 月

提供有关鼠标滚轮的笔势数据。

命名空间:  Microsoft.Windows.Design.Interaction
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public Class WheelGestureData _
    Inherits GestureData
用法
Dim instance As WheelGestureData
public class WheelGestureData : GestureData
public ref class WheelGestureData : public GestureData
public class WheelGestureData extends GestureData

备注

在由于滚动鼠标滚轮而发生笔势时提供笔势数据。主数据提供属性为 Delta,它表示鼠标滚轮移动的距离。

继承层次结构

System.Object
  Microsoft.Windows.Design.Interaction.GestureData
    Microsoft.Windows.Design.Interaction.WheelGestureData

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

WheelGestureData 成员

Microsoft.Windows.Design.Interaction 命名空间

其他资源

了解 WPF 设计器扩展性