Gets the child nodes of this container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksCall the Add method of ContainerNode to add a child node to the container. Call Remove to remove a child node.
See Also