Gets a collection of all DiagramLink elements participating in the path.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramLinkCollection Links { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Links As DiagramLinkCollection |
An instance of the DiagramLinkCollection class.
Use Nodes to get all DiagramNode elements in the Path.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |