Gets the IDiagramConnectable on which the IDiagramConnectionPoint is situated. This will either be a node or a 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; }
Visual Basic (Declaration)
Public ReadOnly Property Connectable As IDiagramConnectable

Implements

IDiagramConnectionPoint..::.Connectable

See Also