Search
Layout.margins Property
See Also
 






Gets or sets the margins' size around individual subgraphs processed by this layout object.

Namespace: MindFusion.Graphs
File: Layout.js

 Syntax

JavaScript  Copy Code

get margins() {}
set margins(value) {}

 Property Value

Number

A number specifying size of margins around arranged graphs.

 See Also