Interface IProgressBar
A .NET WPF progress bar object.
public interface IProgressBar : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject, ITestObject, ITestObjectDescriber
- Inherited Members
- Extension Methods
Properties
Maximum
The maximum value of this progress bar.
int Maximum { get; }
Property Value
Minimum
The minimum value of this progress bar.
int Minimum { get; }
Property Value
Value
The current value of this progress bar.
int Value { get; }