class ProgressBar

Extends:
UIComponent

Description:

Progress bar component is used to show progress visually, from 0% to 100%. Valid value range is from 0 to 100.
For simplicity the ProgressBar does not have min() and max() properties. Min is always 0, max is always 100.
Using multiple of these components in vertical position can be used to show audio spectrum analyzer.

Constructor

constructor([value])

ProgressBar constructor. Creates an instance of ProgressBar UI component.

Parameters:

Name Type Description

[value]

number

Numeric value between 0 and 100.

Members

Methods

From this class:

Inherited from UIComponent: