currentVisible

Specifies that the value currently selected on the Slider is numerically displayed at all times. Otherwise, the current value is numerically displayed only while the user is actively dragging the Slider.

Type

Boolean

true: display currently selected value
false: hide currently selected value

Example

Slider1.currentVisible = false;

Either syntax below can be used in component script:

currentVisible             // unqualified
Slider1.currentVisible     // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.