DragGestureData 类

更新:2007 年 11 月

在拖放操作期间提供附加信息。

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

语法

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

备注

此类派生自 MouseGestureData,它为拖放操作提供附加笔势数据。

继承层次结构

System.Object
  Microsoft.Windows.Design.Interaction.GestureData
    Microsoft.Windows.Design.Interaction.MouseGestureData
      Microsoft.Windows.Design.Interaction.DragGestureData

线程安全

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

另请参见

参考

DragGestureData 成员

Microsoft.Windows.Design.Interaction 命名空间

其他资源

了解 WPF 设计器扩展性