Gets the parent ContainerNode containing this node.
Namespace: MindFusion.Diagramming
Assembly: 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |