com.hp.lft.sdk.wpf

Class ProgressBarDescription

    • Constructor Detail

      • ProgressBarDescription

        public ProgressBarDescription()
        Initializes a new instance of the ProgressBarDescription class.
    • Method Detail

      • setValue

        public void setValue(java.lang.Integer value)
        Sets the current value of the range element.
        Parameters:
        value - the current value of the range element.
      • getValue

        public java.lang.Integer getValue()
        Returns the current value of the range element.
        Returns:
        the current value of the range element.