Gets a collection of all selected nodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksYou can select nodes programmatically by adding them to this collection.
See Also