Share via


DiagramDragEventArgs.Effect Property

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

Syntax

'Declaration
Public Property Effect As DragDropEffects
'Usage
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

.NET Framework Security

See Also

Reference

DiagramDragEventArgs Class

DiagramDragEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace