Adds a node to this container.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public void Add ( |
Visual Basic Copy Code |
---|
Public Sub Add( _ |
The DiagramNode that should be added to the container.
A combination of GroupAnchorStyles enum values.
If the container bounds do not include the specified node bounds, the container will grow automatically to accommodate the new node.
The anchorStyles argument lets you anchor the child node to a respective side or corner of the container, so the child moves or resizes along with the container when users modify the latter.
WpfDiagram Programmer's Guide | © 2024 MindFusion |