Search
GridRouter.gridSize Property
See Also
 





Gets or sets the size of the pieces of the routing grid.

Namespace: MindFusion.Diagramming
File: GridRouter.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

A number specifying the size of the pieces of the routing grid. The default is 4.

 See Also