Search
CompositeRouter.MinLinkSpacing Property
See Also
 





Gets or sets the minimal spacing between links when distributing.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Nullable<Double> MinLinkSpacing { get; set; }

Visual Basic  Copy Code

Public Property MinLinkSpacing As Nullable(Of Double)

 Property Value

An optional double value to apply as padding space between links. The default value is null.

 Remarks

If this property is not set, links are pulled apart only if they would overlap, and distributed across fixed 1-cm space.

 See Also