"textVisible"

Defines whether the current progress is displayed.

Synopsis

shape.textVisible(float limit);

Parameters

Parameter Description
limit Upper limit of the value range.

Description

Defines whether the current progress (text on the progress bar) is displayed.

Example

main()
{
  this.textVisible(1);
}

Assignment

Progress bar