Gets or sets the multiplier applied to repulsion forces between nodes.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public double RepulsionFactor { get; set; } |
Visual Basic Copy Code |
---|
Public Property RepulsionFactor As Double |
A double value specifying the repulsion factor used by the spring layout.
WpfDiagram Programmer's Guide | © 2024 MindFusion |