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, IValidatablearrow-up-right

Properties

IProgressBar.Maximum Property

Gets the maximum value of the ProgressBar.

double Maximum { get; }

Property Value

System.Doublearrow-up-right

IProgressBar.Minimum Property

Gets the minimum value of the ProgressBar.

Property Value

System.Doublearrow-up-right

IProgressBar.Value Property

Gets the value of the ProgressBar.

Property Value

System.Doublearrow-up-right

Last updated

Was this helpful?