Search
DiagramNode.Container Property
See Also
 





Gets the parent ContainerNode containing this node.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ContainerNode Container { get; }

Visual Basic  Copy Code

Public ReadOnly Property Container As ContainerNode

 Property Value

The parent ContainerNode of this node.

 Remarks

Call the Add method of ContainerNode to add a child node to the container. Call Remove to remove a child node.

 See Also