Gets or sets the minimal spacing between links when distributing.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> MinLinkSpacing { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MinLinkSpacing As Nullable(Of Double) |
An optional double value to apply as padding space between links. The default value is null.
RemarksIf this property is not set, links are pulled apart only if they would overlap, and distributed across fixed 1-cm space.
See Also