Adds a node to this container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public void Add ( |
Visual Basic Copy Code |
---|
Public Sub Add( _ |
The DiagramNode that should be added to the container.
By default, if container's bounding rectangle does not include specified node's bounds, the container grows automatically to accommodate the new node. To disable that, set AutoGrow to false.
Child nodes that have been added to a container are stored in its Children collection. The parent ContainerNode of a child node can be accessed via the Container property.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |