Gets or sets the number of sifts to perform during the layout.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public int SiftingRounds { get; set; } |
Visual Basic Copy Code |
---|
Public Property SiftingRounds As Integer |
An integer value specifying the number of sifting rounds. The default value is 1.
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.