Gets the connections of the diagram.

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

Syntax

C#
IList Connections { get; }
Visual Basic (Declaration)
ReadOnly Property Connections As IList

Remarks

List elements must implement IDiagramConnection.

See Also