Gets the parent ContainerNode containing this node.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public ContainerNode Container { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Container As ContainerNode |
The parent ContainerNode of this node.
Call the Add method of ContainerNode to add a child node to the container. Call Remove to remove a child node.
NetDiagram Programmer's Guide | © 2023 MindFusion |