DiagramDragEventArgs.Effect Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Property Effect As DragDropEffects
'使用
Dim instance As DiagramDragEventArgs
Dim value As DragDropEffects

value = instance.Effect

instance.Effect = value
public DragDropEffects Effect { get; set; }
public:
property DragDropEffects Effect {
    DragDropEffects get ();
    void set (DragDropEffects value);
}
public function get Effect () : DragDropEffects
public function set Effect (value : DragDropEffects)

Property Value

Type: System.Windows.Forms.DragDropEffects

Permissions

See Also

Reference

DiagramDragEventArgs Class

DiagramDragEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace