Search
ShapeDesigner.showGrid Property
See Also
 





Gets or sets a value indicating whether the alignment grid is visible.

Namespace: MindFusion.Diagramming.Controls
File: ShapeDesigner.js

 Syntax

JavaScript  Copy Code

get showGrid() {}
set showGrid(value) {}

 Property Value

Boolean

true if the alignment grid is visible, or false otherwise.

 See Also