ProgressIndicator Properties
● barColor
Semantic color of the progress indicator.
Value |
Visual Display |
Description |
critical |
|
Bar shown in orange |
negative |
|
Bar shown in red |
neutral |
|
Bar shown in blue |
positive |
|
Bar shown in green |
● displayValue
Display of a text in the progress indicator.
You can set a value in the application to display a text such as “done” or “critical” for a specified percentage value. If you do not assign a value to this property, it takes by default the value you have assigned to percentValue, displayed as a text with a percentage sign – for example, 42%.
● percentValue
Value of the progress in percent.
● showValue
Specifies whether the value of the property displayValue – a text on the progress bar – is displayed or hidden.
This property can be personalized by an administrator.
● width
Width of the UI element. More information: Methods and Properties of UI Elements.
This property can be personalized by an administrator.