Gets all the DiagramConnectionElement objects displayed on this DiagramSurface.

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

Syntax

C#
public IEnumerable<DiagramConnectionElement> ConnectionElements { get; }
Visual Basic (Declaration)
Public ReadOnly Property ConnectionElements As IEnumerable(Of DiagramConnectionElement)

See Also