class ProgressBar

Extends:
UIComponent

Description:

Progress bar component is used to show progress visually, from 0% to 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: