Gets a collection of all selected nodes.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
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.