Search
FlowchartLayout.branchPadding Property
See Also
 






Gets or sets how much space to leave between adjacent decision branches in the flowchart.

Namespace: MindFusion.Graphs
File: FlowchartLayout.js

 Syntax

JavaScript  Copy Code

get branchPadding() {}
set branchPadding(value) {}

 Property Value

Number

A numeric value specifying the distance between adjacent branches.

 See Also