Returns all the DiagramConnectionSegment objects that build up this connection.
Namespace:
Mindscape.WpfDiagramming.FoundationAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public ObservableCollection<DiagramConnectionSegment> Segments { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Segments As ObservableCollection(Of DiagramConnectionSegment) |