DiagramLite Programmer's Guide
CircularLayout.SiftingRounds Property
See Also
 





Gets or sets the number of sifting rounds to perform during the layout.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight

 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.Layout Namespace