Gets a collection of all links in this diagram.
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.
Links provides type-safe access to all links in the current diagram. Any diagram element can be accessed also via the Items collection.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |