MindFusion.Wpf Pack Programmer's Guide
ContainerNode.Children Property
See Also
 





Gets the child nodes of this container.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public ReadOnlyDiagramNodeCollection Children { get; }

Visual Basic  Copy Code

Public ReadOnly Property Children As ReadOnlyDiagramNodeCollection

 Property Value

A collection containing the child nodes of this container.

 Remarks

Call the Add method of ContainerNode to add a child node to the container. Call Remove to remove a child node.

 See Also

ContainerNode Members
ContainerNode Class
MindFusion.Diagramming.Wpf Namespace
Container Property
AutoDeleteChildren Property
ResizeToFitChildren Method