Class RadialGauge
Defines a
Inherited Members
Namespace: Legerity.Windows.Elements.WCT
Assembly: Legerity.WCT.dll
Syntax
public class RadialGauge : WindowsElementWrapper
Constructors
| Improve this Doc View SourceRadialGauge(WindowsElement)
Initializes a new instance of the RadialGauge class.
Declaration
public RadialGauge(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Properties
| Improve this Doc View SourceIsReadonly
Gets a value indicating whether the control is in a readonly state.
Declaration
public virtual bool IsReadonly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Maximum
Gets the maximum value of the gauge.
Declaration
public virtual double Maximum { get; }
Property Value
Type | Description |
---|---|
System.Double |
Minimum
Gets the minimum value of the gauge.
Declaration
public virtual double Minimum { get; }
Property Value
Type | Description |
---|---|
System.Double |
SmallChange
Gets the small change (step) value of the gauge.
Declaration
public virtual double SmallChange { get; }
Property Value
Type | Description |
---|---|
System.Double |
Value
Gets the value of the gauge.
Declaration
public virtual double Value { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceSetValue(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 SourceImplicit(AppiumWebElement to RadialGauge)
Allows conversion of a
Declaration
public static implicit operator RadialGauge(AppiumWebElement element)
Parameters
Type | Name | Description |
---|---|---|
AppiumWebElement | element | The |
Returns
Type | Description |
---|---|
RadialGauge | The RadialGauge. |
Implicit(RemoteWebElement to RadialGauge)
Allows conversion of a
Declaration
public static implicit operator RadialGauge(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
RadialGauge | The RadialGauge. |
Implicit(WindowsElement to RadialGauge)
Allows conversion of a
Declaration
public static implicit operator RadialGauge(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Returns
Type | Description |
---|---|
RadialGauge | The RadialGauge. |