Gets the child nodes of this container.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |