Returns the collection of DiagramConnectionSegment objects that make up 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<DiagramConnectionSegment> Segments { get; }
Visual Basic (Declaration)
ReadOnly Property Segments As ObservableCollection(Of DiagramConnectionSegment)

See Also