Search Results for

    Show / Hide Table of Contents

    Class RadBusyIndicator

    Defines a wrapper for the Telerik UWP RadBusyIndicator control.

    Inheritance
    System.Object
    WindowsElementWrapper
    RadBusyIndicator
    Inherited Members
    WindowsElementWrapper.Driver
    WindowsElementWrapper.VerifyDriverElementShown(By, Nullable<TimeSpan>)
    WindowsElementWrapper.VerifyDriverElementsShown(By, Nullable<TimeSpan>)
    Namespace: Legerity.Windows.Elements.Telerik
    Assembly: Legerity.Telerik.Uwp.dll
    Syntax
    public class RadBusyIndicator : WindowsElementWrapper

    Constructors

    | Improve this Doc View Source

    RadBusyIndicator(WindowsElement)

    Initializes a new instance of the RadBusyIndicator class.

    Declaration
    public RadBusyIndicator(WindowsElement element)
    Parameters
    Type Name Description
    WindowsElement element

    The reference.

    Properties

    | Improve this Doc View Source

    IsOn

    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 Source

    Implicit(AppiumWebElement to RadBusyIndicator)

    Allows conversion of a to the RadBusyIndicator without direct casting.

    Declaration
    public static implicit operator RadBusyIndicator(AppiumWebElement element)
    Parameters
    Type Name Description
    AppiumWebElement element

    The .

    Returns
    Type Description
    RadBusyIndicator

    The RadBusyIndicator.

    | Improve this Doc View Source

    Implicit(RemoteWebElement to RadBusyIndicator)

    Allows conversion of a to the RadBusyIndicator without direct casting.

    Declaration
    public static implicit operator RadBusyIndicator(RemoteWebElement element)
    Parameters
    Type Name Description
    RemoteWebElement element

    The .

    Returns
    Type Description
    RadBusyIndicator

    The RadBusyIndicator.

    | Improve this Doc View Source

    Implicit(WindowsElement to RadBusyIndicator)

    Allows conversion of a to the RadBusyIndicator without direct casting.

    Declaration
    public static implicit operator RadBusyIndicator(WindowsElement element)
    Parameters
    Type Name Description
    WindowsElement element

    The .

    Returns
    Type Description
    RadBusyIndicator

    The RadBusyIndicator.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) MADE Apps