Search
Selection.Nodes Property
See Also
 





Gets a collection of all selected nodes.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramNodeCollection Nodes { get; }

Visual Basic  Copy Code

Public ReadOnly Property Nodes As DiagramNodeCollection

 Property Value

An instance of the DiagramNodeCollection class that represents the nodes in the selection.

 Remarks

You can select nodes programmatically by adding them to this collection.

 See Also