Class ProgressBar
Defines a
Implements
IElementWrapper<WindowsElement>
Inherited Members
Namespace: Legerity.Windows.Elements.Core
Assembly: Legerity.Windows.dll
Syntax
public class ProgressBar : WindowsElementWrapper, IElementWrapper<WindowsElement>
Constructors
| Improve this Doc View SourceProgressBar(WindowsElement)
Initializes a new instance of the ProgressBar class.
Declaration
public ProgressBar(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Properties
| Improve this Doc View SourceIsIndeterminate
Gets a value indicating whether the control is in an indeterminate state.
Declaration
public bool IsIndeterminate { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Percentage
Gets the value of the progress bar.
Declaration
public virtual double Percentage { get; }
Property Value
Type | Description |
---|---|
System.Double |
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to ProgressBar)
Allows conversion of a
Declaration
public static implicit operator ProgressBar(AppiumWebElement element)
Parameters
Type | Name | Description |
---|---|---|
AppiumWebElement | element | The |
Returns
Type | Description |
---|---|
ProgressBar | The ProgressBar. |
Implicit(RemoteWebElement to ProgressBar)
Allows conversion of a
Declaration
public static implicit operator ProgressBar(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
ProgressBar | The ProgressBar. |
Implicit(WindowsElement to ProgressBar)
Allows conversion of a
Declaration
public static implicit operator ProgressBar(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Returns
Type | Description |
---|---|
ProgressBar | The ProgressBar. |