Search
DecisionLayout.LinkPadding Property
See Also
 






Gets or sets the distance between parallel links.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double LinkPadding { get; set; }

Visual Basic  Copy Code

Public Property LinkPadding As Double

 Property Value

A double value specifying the distance between links that share the same row or column. The default value is 2.

 See Also