"centerIndicator"

The attribute "centerIndicator" specifies whether the indicator string should be centered or not.

Synopsis

shape.centerIndicator(bool mode);

Parameter

Parameter Description
shape Name of the object
mode

TRUE = centered

FALSE = not centered

Description

The attribute "centerIndicator" specifies whether the indicator string should be centered or not.

Example

In the following example the centerIndicator is set to "TRUE" (centered).

main(bool enter)
{
  PROGRESS_BAR1.centerIndicator(TRUE);
}

Assignment

Progress bar