Gets a collection of all selected nodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public DiagramNodeCollection Nodes { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Nodes As DiagramNodeCollection |
An instance of the DiagramNodeCollection class that represents the nodes in the selection.
You can select nodes programmatically by adding them to this collection.