Search
Diagram.showLaneGrid Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get showLaneGrid() {}
set showLaneGrid(value) {}

 Property Value

Boolean

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

 See Also