ComponentOne FinancialChart for WPF
Effect Property



C1.WPF Namespace > DragDropEventArgs Class : Effect Property
Gets or sets the DragDropEffect that will be applied when the user drops the DragSource element into the DropTarget element.
Syntax
'Declaration
 
Public Property Effect As DragDropEffect
'Usage
 
Dim instance As DragDropEventArgs
Dim value As DragDropEffect
 
instance.Effect = value
 
value = instance.Effect
public DragDropEffect Effect {get; set;}
public:
property DragDropEffect Effect {
   DragDropEffect get();
   void set (    DragDropEffect value);
}
See Also

Reference

DragDropEventArgs Class
DragDropEventArgs Members