Search
Selection.Links Property
See Also
 





Gets the collection of all links in the selection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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 that represents the selected diagram items.

 Remarks

You can select links programmatically by adding them to this collection.

 See Also