Gets a collection of the nodes attached to this group.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public ReadOnlyDiagramNodeCollection AttachedNodes { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property AttachedNodes As ReadOnlyDiagramNodeCollection |
A collection that references all nodes attached to the group.
The MainItem is not included in this collection.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |