Search
TreeMapLayout.padding Property
See Also
 






Gets or sets the distance between adjacent nodes.

Namespace: MindFusion.Graphs
File: TreeMapLayout.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

The distance between adjacent nodes.

 See Also