Gets the element on which the tool was dropped. In the case of a drag-size, this is the element where the drag-size began.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public IInputElement DroppedOn { get; }
Visual Basic (Declaration)
Public ReadOnly Property DroppedOn As IInputElement

See Also