Detects whether the specified DiagramNode participates in a cycle.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Path FindCycle ( |
Visual Basic Copy Code |
---|
Public Function FindCycle( _ |
A DiagramNode element which should participate in the found cycle.
A Path instance that represents the found cycle; null if no cycle is detected.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |