MindFusion.Wpf Pack Programmer's Guide
Selection.Nodes Property
See Also
 





Gets a collection of all selected nodes.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

Selection Members
Selection Class
MindFusion.Diagramming.Wpf Namespace
Items Property
Links Property