Search
Group.AttachedNodes Property
See Also
 





Gets a collection of the nodes attached to this group.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ReadOnlyDiagramNodeCollection AttachedNodes { get; }

Visual Basic  Copy Code

Public ReadOnly Property AttachedNodes As ReadOnlyDiagramNodeCollection

 Property Value

A collection that references all nodes attached to the group.

 Remarks

The MainItem is not included in this collection.

 See Also