ProgressBar.maxValue

value, along with maxValue indicate the current progress, defined as the fraction of value over maxValue. If 0, the progress bar is empty. If equal to maxValue, the progress bar is full.

class ProgressBar
int maxValue;

Meta