Search
Ruler.verticalScaleVisible Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: Ruler.js

 Syntax

JavaScript  Copy Code

get verticalScaleVisible() {}
set verticalScaleVisible(value) {}

 Property Value

Boolean

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

 See Also