Class RadBusyIndicator
Defines a
Inherited Members
Namespace: Legerity.Windows.Elements.Telerik
Assembly: Legerity.Telerik.Uwp.dll
Syntax
public class RadBusyIndicator : WindowsElementWrapper
Constructors
| Improve this Doc View SourceRadBusyIndicator(WindowsElement)
Initializes a new instance of the RadBusyIndicator class.
Declaration
public RadBusyIndicator(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Properties
| Improve this Doc View SourceIsOn
Gets a value indicating whether the busy indicator is on.
Declaration
public virtual bool IsOn { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to RadBusyIndicator)
Allows conversion of a
Declaration
public static implicit operator RadBusyIndicator(AppiumWebElement element)
Parameters
Type | Name | Description |
---|---|---|
AppiumWebElement | element | The |
Returns
Type | Description |
---|---|
RadBusyIndicator | The RadBusyIndicator. |
Implicit(RemoteWebElement to RadBusyIndicator)
Allows conversion of a
Declaration
public static implicit operator RadBusyIndicator(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
RadBusyIndicator | The RadBusyIndicator. |
Implicit(WindowsElement to RadBusyIndicator)
Allows conversion of a
Declaration
public static implicit operator RadBusyIndicator(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Returns
Type | Description |
---|---|
RadBusyIndicator | The RadBusyIndicator. |