Gets the collection of child nodes of this container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramNodeCollection Children { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Children As DiagramNodeCollection |
An instance of the DiagramNodeCollection class.
RemarksYou can use the Add and Remove methods of this collection to programmatically add or remove child nodes.
See Also