Search
FlowchartLayout.linkPadding Property
See Also
 






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

Namespace: MindFusion.Graphs
File: FlowchartLayout.js

 Syntax

JavaScript  Copy Code

get linkPadding() {}
set linkPadding(value) {}

 Property Value

Number

A numeric value specifying the distance between adjacent back links.

 See Also