Adds a node to this container.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
RemarksIf 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.
See Also