Gets the collection of child nodes of this container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public DiagramNodeCollection Children { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Children As DiagramNodeCollection |
An instance of the DiagramNodeCollection class.
You can use the Add and Remove methods of this collection to programmatically add or remove child nodes.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |