Search
FlowchartLayout.LinkPadding Property
See Also
 





Gets or sets how much space to leave between adjacent back links designating nested loops.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float LinkPadding { get; set; }

Visual Basic  Copy Code

Public Property LinkPadding As Single

 Property Value

A float value specifying the distance between adjacent back links.

 See Also