Interface IProgressBar
A .NET WPF progress bar object.
Inherited Members
Namespace: HP.LFT.SDK.WPF
Assembly: HP.LFT.SDK.dll
Syntax
public interface IProgressBar : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject, ITestObject, ITestObjectDescriber
Properties
Maximum
The maximum value of this progress bar.
Declaration
int Maximum { get; }
Property Value
| Type | Description |
|---|---|
| int |
Minimum
The minimum value of this progress bar.
Declaration
int Minimum { get; }
Property Value
| Type | Description |
|---|---|
| int |
Value
The current value of this progress bar.
Declaration
int Value { get; }
Property Value
| Type | Description |
|---|---|
| int |