Gets a collection of all selected links.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
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 nodes programmatically by adding them to this collection.