ASP.NET Pack Programmer's Guide
ContainerNode.Add Method
See Also
 





Adds a node to this container.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Add (
    DiagramNode node
)

Visual Basic  Copy Code

Public Sub Add( _
    node As DiagramNode _
)

 Parameters

node
The DiagramNode that will be added to the container.

 Remarks

If the container bounds do not include the specified node bounds, the container will grow automatically to accommodate the new node.

 See Also

ContainerNode Members
ContainerNode Class
MindFusion.Diagramming Namespace
Remove Method
ClipChildren Property