ASP.NET Pack Programmer's Guide
Diagram.setShowGrid Method
See Also
 





Sets a value indicating whether the alignment grid is visible.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function setShowGrid (value)

 Parameters

value

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

 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

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
setAlignToGrid Method
setGridSizeX Method
setGridSizeY Method
setGridStyle Method