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

System.Double

IProgressBar.Minimum Property

Gets the minimum value of the ProgressBar.

double Minimum { get; }

Property Value

System.Double

IProgressBar.Value Property

Gets the value of the ProgressBar.

double Value { get; }

Property Value

System.Double

Last updated