'Declaration
Public ReadOnly Property DropTarget As UIElement
'Usage
Dim instance As DragDropEventArgs Dim value As UIElement value = instance.DropTarget
public UIElement DropTarget {get;}
public: property UIElement^ DropTarget { UIElement^ get(); }