Search Results for

    Show / Hide Table of Contents

    Class RadBulletGraph

    Defines a wrapper for the Telerik UWP RadBulletGraph control.

    Inheritance
    System.Object
    WindowsElementWrapper
    RadBulletGraph
    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 RadBulletGraph : WindowsElementWrapper

    Constructors

    | Improve this Doc View Source

    RadBulletGraph(WindowsElement)

    Initializes a new instance of the RadBulletGraph class.

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

    The reference.

    Properties

    | Improve this Doc View Source

    Maximum

    Gets the maximum value of the bullet graph.

    Declaration
    public virtual double Maximum { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Minimum

    Gets the minimum value of the bullet graph.

    Declaration
    public virtual double Minimum { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Value

    Gets the value of the bullet graph.

    Declaration
    public virtual double Value { get; }
    Property Value
    Type Description
    System.Double

    Operators

    | Improve this Doc View Source

    Implicit(AppiumWebElement to RadBulletGraph)

    Allows conversion of a to the RadBulletGraph without direct casting.

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

    The .

    Returns
    Type Description
    RadBulletGraph

    The RadBulletGraph.

    | Improve this Doc View Source

    Implicit(RemoteWebElement to RadBulletGraph)

    Allows conversion of a to the RadBulletGraph without direct casting.

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

    The .

    Returns
    Type Description
    RadBulletGraph

    The RadBulletGraph.

    | Improve this Doc View Source

    Implicit(WindowsElement to RadBulletGraph)

    Allows conversion of a to the RadBulletGraph without direct casting.

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

    The .

    Returns
    Type Description
    RadBulletGraph

    The RadBulletGraph.

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