Finds all cycles in the underlying diagram.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public List<Path> FindAllCycles () |
Visual Basic
![]() |
---|
Public Function FindAllCycles () As List(Of Path) |
A collection of Path objects; if no cycles are detected, the collection is empty.