"percentageVisible"

Defines whether the current progress is displayed.

Synopsis

shape.percentageVisible(bool visible);

Parameters

Parameter Description
visible

TRUE -

FALSE -

Description

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

Example

In the following example a upper limit of 150 is defined.

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

Assignment

Progress bar