MindFusion.Wpf Pack Programmer's Guide
Selection.Links Property
See Also
 





Gets the collection of all links in the selection.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

Selection Members
Selection Class
MindFusion.Diagramming.Wpf Namespace
Items Property
Nodes Property