Gets or sets the number of sifts to perform during the layout.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksAfter 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