Search
Ruler.enableGuides Property
See Also
 






Gets or sets a value indicating whether the alignment guides are enabled.

Namespace: MindFusion.Diagramming
File: Ruler.js

 Syntax

JavaScript  Copy Code

get enableGuides() {}
set enableGuides(value) {}

 Property Value

Boolean

true to allow aligning diagram items using ruler guides, or false otherwise. The default is true.

 See Also