Gets the child nodes of this container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public ReadOnlyDiagramNodeCollection Children { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Children As ReadOnlyDiagramNodeCollection |
A collection containing the child nodes of this container.
Call the Add method of ContainerNode to add a child node to the container. Call Remove to remove a child node.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |