Search
ContainerNode.Children Property
See Also
 






Gets the collection of child nodes of this container.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramNodeCollection Children { get; }

Visual Basic  Copy Code

Public ReadOnly Property Children As DiagramNodeCollection

 Property Value

An instance of the DiagramNodeCollection class.

 Remarks

You can use the Add and Remove methods of this collection to programmatically add or remove child nodes.

 See Also