Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / DragDropEventArgs Class / Effect Property

In This Topic
    Effect Property (DragDropEventArgs)
    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
    public DragDropEffect Effect {get; set;}
    See Also