DragGestureData.Effects 属性

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

获取或设置当前的拖放效果。

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

语法

声明
Public Property Effects As DragDropEffects
public DragDropEffects Effects { get; set; }
public:
property DragDropEffects Effects {
    DragDropEffects get ();
    void set (DragDropEffects value);
}
member Effects : DragDropEffects with get, set
function get Effects () : DragDropEffects
function set Effects (value : DragDropEffects)

属性值

类型:System.Windows.DragDropEffects
一个 DragDropEffects 对象,表示当前拖放效果。

异常

异常 条件
ArgumentException

效果不在运行的效果范围内。

备注

该属性值被复制回 DragEventArgs 以便进行拖放操作。

.NET Framework 安全性

请参见

参考

DragGestureData 类

Microsoft.Windows.Design.Interaction 命名空间

其他资源

了解 WPF 设计器扩展性