MindFusion.Wpf Pack Programmer's Guide
CircularLayout.SiftingRounds Property
See Also
 





Gets or sets the number of sifts to perform during the layout.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public int SiftingRounds { get; set; }

Visual Basic  Copy Code

Public Property SiftingRounds As Integer

 Property Value

An integer value specifying the number of sifting rounds. The default value is 1.

 Remarks

After calculating the initial placement of nodes using a fast but inaccurate layout function, the algorithm can run a few sifting rounds to reduce the link crossings, as set in this property.

 See Also

CircularLayout Members
CircularLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace