Returns an IList of all the MovableDiagramConnectionSegment objects that make up the IDiagramConnection that this DiagramConnectionElement graphically represents.

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 IList<MovableDiagramConnectionSegment> MovableSegments { get; }
Visual Basic (Declaration)
Public ReadOnly Property MovableSegments As IList(Of MovableDiagramConnectionSegment)

See Also