"indicatorFollowsStyle"

The attribute "indicatorFollowsStyle" specifies whether the display of the indicator string should follow the GUI style.

Synopsis

shape.indicatorFollowsStyle

Parameter

Parameter Description
shape Name of the object
mode

TRUE = the indicator string follows the GUI style.

FALSE = the indicator string does not follow the GUI style.

Description

The attribute "indicatorFollowsStyle" specifies whether the display of the indicator string should follow the GUI style.

"indicatorFollowsStyle"; only has an effect if you use a GUI style that shows the text left-aligned.

Example

In the following example the "centerIndicator"; and "indicatorFollowsStyle"; are set to "TRUE";.

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

Assignment

Progress bar