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.

  1. int value;
  2. int maxValue;
    class ProgressBar
    int maxValue;

Meta