Search
Ruler.horizontalScaleVisible Property
See Also
 





Gets or sets a value indicating whether the horizontal ruler scale is visible.

Namespace: MindFusion.Diagramming
File: Ruler.js

 Syntax

JavaScript  Copy Code

get horizontalScaleVisible() {}
set horizontalScaleVisible(value) {}

 Property Value

Boolean

true to display the horizontal scale, or false otherwise. The default is true.

 See Also