Gets a potential destination connectable for a connection. This could either be a node or another connection.

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

See Also