Returns all the IDiagramConnectionPoint objects currently attached to this 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 ObservableCollection<IDiagramConnectionPoint> ConnectionPoints { get; }
Visual Basic (Declaration)
Public ReadOnly Property ConnectionPoints As ObservableCollection(Of IDiagramConnectionPoint)

Implements

IDiagramConnection..::.ConnectionPoints

See Also