Search
GridLayout.gridSize Property
See Also
 





Gets or sets the desired distance between adjacent grid points.

Namespace: MindFusion.Graphs
File: GridLayout.js

 Syntax

JavaScript  Copy Code

get gridSize() {}
set gridSize(value) {}

 Property Value

Number

A number specifying the grid size. The default is 25.

 Remarks

When placing a node at a grid position, the node center point is aligned to the grid point at that position.

 See Also