WheelGestureData.Delta 属性

更新:2007 年 11 月

获取鼠标滚轮的滚动增量。

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

语法

声明
Public ReadOnly Property Delta As Integer
用法
Dim instance As WheelGestureData
Dim value As Integer

value = instance.Delta
public int Delta { get; }
public:
property int Delta {
    int get ();
}
public function get Delta () : int

属性值

类型:System.Int32

一个整数,表示滚轮的移动量。

权限

另请参见

参考

WheelGestureData 类

WheelGestureData 成员

Microsoft.Windows.Design.Interaction 命名空间

其他资源

了解 WPF 设计器扩展性