Search Results for

    Show / Hide Table of Contents

    Class RadialGauge

    Defines a wrapper for the Windows Community Toolkit RadialGauge control.

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

    Constructors

    | Improve this Doc View Source

    RadialGauge(WindowsElement)

    Initializes a new instance of the RadialGauge class.

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

    The reference.

    Properties

    | Improve this Doc View Source

    IsReadonly

    Gets a value indicating whether the control is in a readonly state.

    Declaration
    public virtual bool IsReadonly { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Maximum

    Gets the maximum value of the gauge.

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

    Minimum

    Gets the minimum value of the gauge.

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

    SmallChange

    Gets the small change (step) value of the gauge.

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

    Value

    Gets the value of the gauge.

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

    Methods

    | Improve this Doc View Source

    SetValue(Double)

    Sets the value of the gauge.

    Declaration
    public virtual void SetValue(double value)
    Parameters
    Type Name Description
    System.Double value

    The value.

    Operators

    | Improve this Doc View Source

    Implicit(AppiumWebElement to RadialGauge)

    Allows conversion of a to the RadialGauge without direct casting.

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

    The .

    Returns
    Type Description
    RadialGauge

    The RadialGauge.

    | Improve this Doc View Source

    Implicit(RemoteWebElement to RadialGauge)

    Allows conversion of a to the RadialGauge without direct casting.

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

    The .

    Returns
    Type Description
    RadialGauge

    The RadialGauge.

    | Improve this Doc View Source

    Implicit(WindowsElement to RadialGauge)

    Allows conversion of a to the RadialGauge without direct casting.

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

    The .

    Returns
    Type Description
    RadialGauge

    The RadialGauge.

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