Gets the parent ContainerNode containing this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ContainerNode Container { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Container As ContainerNode |
The parent ContainerNode of this node.
RemarksCall the Add method of ContainerNode to add a child node to the container. Call Remove to remove a child node.
See Also