Search
SpringLayout.RepulsionFactor Property
See Also
 





Gets or sets the multiplier applied to repulsion forces between nodes.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double RepulsionFactor { get; set; }

Visual Basic  Copy Code

Public Property RepulsionFactor As Double

 Property Value

A double value specifying the repulsion factor. The default value is 150.

 See Also