Gets the collection of IDiagramConnectionPoint objects that are currently attached to this IDiagramConnection.

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

Syntax

C#
ObservableCollection<IDiagramConnectionPoint> ConnectionPoints { get; }
Visual Basic (Declaration)
ReadOnly Property ConnectionPoints As ObservableCollection(Of IDiagramConnectionPoint)

Remarks

Do not modify this collection directly: use the AddConnectionPoint method instead.

See Also