Gets or sets the distance between parallel links.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public double LinkPadding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LinkPadding As Double |
A double value specifying the distance between links that share the same row or column. The default value is 2.
See Also