Determines whether this container contains the specified node, either directly or recursively through other containers.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool ContainsRecursively ( |
Visual Basic Copy Code |
---|
Public Function ContainsRecursively( _ |
The DiagramNode to check.
true if this container contains the node; otherwise, false.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |