MindFusion.Wpf Pack Programmer's Guide
Path.Links Property
See Also
 





Gets a collection of all DiagramLink elements participating in the path.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DiagramLinkCollection Links { get; }

Visual Basic  Copy Code

Public ReadOnly Property Links As DiagramLinkCollection

 Property Value

An instance of the DiagramLinkCollection class.

 Remarks

Use Nodes to get all DiagramNode elements in the Path.

 See Also

Path Members
Path Class
MindFusion.Diagramming.Wpf Namespace