Search
Group.AttachedNodes Property
See Also
 





Gets a collection of the nodes attached to this group.

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

 Syntax

C#  Copy Code

public ReadOnlyDiagramNodeCollection AttachedNodes { get; }

Visual Basic  Copy Code

Public ReadOnly Property AttachedNodes As ReadOnlyDiagramNodeCollection

 Property Value

 Remarks

The MainItem is not included in this collection.

 See Also