IProgressBar
Mobilize.QualityMate.ControlInterfaces
IProgressBar Interface
Defines the basic interactions for ProgressBar controls.
public interface IProgressBar :
Mobilize.QualityMate.ControlInterfaces.IControl,
Mobilize.QualityMate.ControlInterfaces.Behavior.IValidatable
Implements IControl, IValidatable
Properties
IProgressBar.Maximum Property
Gets the maximum value of the ProgressBar.
double Maximum { get; }
Property Value
IProgressBar.Minimum Property
Gets the minimum value of the ProgressBar.
double Minimum { get; }
Property Value
IProgressBar.Value Property
Gets the value of the ProgressBar.
double Value { get; }
Property Value
Last updated
Was this helpful?