Search
Diagram.alignToGrid Property
See Also
 





Gets or sets a value indicating whether the diagram items should be aligned to a grid.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

get alignToGrid() {}
set alignToGrid(value) {}

 Property Value

Boolean

true if the diagram items should be aligned to a grid, or false otherwise.

 Remarks

When the property is set to true, the sides of every newly created diagram item are aligned to the nearest grid points.

 See Also