Xamarin Pack Programmer's Guide
ContainerNode.Add Method
See Also
 






Adds a node to this container.

Namespace: MindFusion.Diagramming
Assembly: 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 should 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