Search
ShapeDesigner.alignToGrid Property
See Also
 





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

Namespace: MindFusion.Diagramming.Controls
File: ShapeDesigner.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.

 See Also