Retrieves the container node (if any) the specified node belongs to.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public static ContainerNode GetContainer ( |
Visual Basic Copy Code |
---|
Public Shared Function GetContainer( _ |
The DiagramNode whose container you need to find.
A ContainerNode that contains the specified node, or null if the node is not contained.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |