Gets the collection of all links in the selection.
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 that represents the selected diagram items.
You can select links programmatically by adding them to this collection.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |