Gets the collection of all links in the selection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksYou can select links programmatically by adding them to this collection.
See Also