Class ProgressRing
Defines a
Implements
IElementWrapper<WindowsElement>
Inherited Members
Namespace: Legerity.Windows.Elements.Core
Assembly: Legerity.Windows.dll
Syntax
public class ProgressRing : WindowsElementWrapper, IElementWrapper<WindowsElement>
Constructors
| Improve this Doc View SourceProgressRing(WindowsElement)
Initializes a new instance of the ProgressRing class.
Declaration
public ProgressRing(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 ring.
Declaration
public virtual double Percentage { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to ProgressRing)
Allows conversion of a
Declaration
public static implicit operator ProgressRing(AppiumWebElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| AppiumWebElement | element | The |
Returns
| Type | Description |
|---|---|
| ProgressRing | The ProgressRing. |
Implicit(RemoteWebElement to ProgressRing)
Allows conversion of a
Declaration
public static implicit operator ProgressRing(RemoteWebElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| RemoteWebElement | element | The |
Returns
| Type | Description |
|---|---|
| ProgressRing | The ProgressRing. |
Implicit(WindowsElement to ProgressRing)
Allows conversion of a
Declaration
public static implicit operator ProgressRing(WindowsElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| WindowsElement | element | The |
Returns
| Type | Description |
|---|---|
| ProgressRing | The ProgressRing. |