Gets or sets the damping of the force-based layout algorithm. This is typically between 0 - 1. The higher the value, the faster the algorithm can run. The lower the value, the more stable the algorithm will be. A relatively good value for this is 0.6f. 0.9f is ideal if the MaxIterations is 1.

Namespace:  Mindscape.WpfDiagramming.StarDiagrams
Assembly:  Mindscape.WpfDiagramming.StarDiagrams (in Mindscape.WpfDiagramming.StarDiagrams.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double Damping { get; set; }
Visual Basic (Declaration)
Public Property Damping As Double

See Also