Search
Diagram.showGrid Property
See Also
 






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

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Boolean

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

 Remarks

If it is visible, the grid is painted as either a matrix of points or crossing horizontal and vertical lines. That depends on the value of gridStyle.

 See Also