DragGestureData 类

[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]

在拖放操作过程中,提供其他信息。

继承层次结构

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

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

语法

声明
Public Class DragGestureData _
    Inherits MouseGestureData
public class DragGestureData : MouseGestureData
public ref class DragGestureData : public MouseGestureData
type DragGestureData =  
    class
        inherit MouseGestureData
    end
public class DragGestureData extends MouseGestureData

DragGestureData 类型公开以下成员。

构造函数

  名称 说明
公共方法 DragGestureData(EditingContext, ModelItem, ModelItem, Visual, Point, Point, DragDropEffects, IDataObject) 初始化 DragGestureData 类的新实例。
公共方法 DragGestureData(EditingContext, ModelItem, ModelItem, Visual, Point, Point, DragDropEffects, IDataObject, DependencyObject, DependencyObject) 初始化 DragGestureData 类的新实例。

页首

属性

  名称 说明
公共属性 Adorners 获取上下文中存储的设计器视图的装饰器集合。 (继承自 GestureData。)
公共属性 AllowedEffects 获取允许的拖放效果的设置。
公共属性 Context 获取与此笔势数据关联的编辑的上下文。 (继承自 GestureData。)
公共属性 CurrentPosition 获取鼠标的当前的位置。 (继承自 MouseGestureData。)
公共属性 Data 获取拖放操作的传入的数据。
公共属性 Effects 获取或设置当前的拖放效果。
公共属性 ImpliedSource 获取作为此笔势的源的模型。 (继承自 GestureData。)
公共属性 ImpliedTarget 获取作为此笔势的目标的模型。 (继承自 GestureData。)
公共属性 PositionDelta 获取起始位置和结束位置间的偏移量。 (继承自 MouseGestureData。)
公共属性 SourceAdorner 获取视图中的源装饰器。 (继承自 GestureData。)
公共属性 SourceModel 获取作为此笔势的源的对象。 (继承自 GestureData。)
公共属性 StartPosition 获取鼠标的起始位置。 (继承自 MouseGestureData。)
公共属性 TargetAdorner 获取视图中的目标装饰器。 (继承自 GestureData。)
公共属性 TargetModel 获取作为此笔势的目标的对象。 (继承自 GestureData。)

页首

方法

  名称 说明
公共方法 Equals 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法静态成员 FromEventArgs(CanExecuteToolEventArgs) 提供从 CanExecuteToolEventArgs 对象返回 DragGestureData 对象的简单实用工具。
公共方法静态成员 FromEventArgs(ExecutedToolEventArgs) 提供从 ExecutedToolEventArgs 对象返回 DragGestureData 的简单实用工具。
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)
公共方法 TranslatePoint 将指定的点转换为指定模型的视觉坐标系统。 (继承自 MouseGestureData。)

页首

备注

此类派生至 MouseGestureData 并为拖放操作提供额外的姿态数据。

线程安全

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

请参见

参考

Microsoft.Windows.Design.Interaction 命名空间

其他资源

了解 WPF 设计器扩展性