Search
ZoomControl.showLabel Property
See Also
 





Gets or sets a value indicating whether the label that shows the current zoom level should be visible.

Namespace: MindFusion.Controls
File: ZoomControl.js

 Syntax

JavaScript  Copy Code

get showLabel() {}
set showLabel(value) {}

 Property Value

Boolean

true if the label is visible, or false otherwise.

 See Also