ComponentOne FinancialChart for WPF
C1.WPF Namespace / DragDropEventArgs Class / Effect Property



In This Topic
    Effect Property
    In This Topic
    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