Gets the requested new destination of the connection. This will be the same as the old destination if the destination end of the connection is not being relocated.

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 IDiagramConnectionPoint NewDestination { get; private set; }
Visual Basic (Declaration)
Public Property NewDestination As IDiagramConnectionPoint

See Also