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.
An element of the AttachToNode enumeration.
If the container bounds do not include the specified node bounds, the container will grow automatically to accommodate the new node.
The attachType argument lets you associate the child node with a 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 |