Search
OrthogonalLayout.padding Property
See Also
 





Gets or sets a value indicating how much space to leave between nodes in adjacent lanes.

Namespace: MindFusion.Graphs
File: OrthogonalLayout.js

 Syntax

JavaScript  Copy Code

get padding() {}
set padding(value) {}

 Property Value

Number

The space to leave between nodes in adjacent lanes.

 See Also