Class Slider
Defines a
Implements
IElementWrapper<IOSElement>
Inherited Members
Namespace: Legerity.IOS.Elements.Core
Assembly: Legerity.IOS.dll
Syntax
public class Slider : IOSElementWrapper, IElementWrapper<IOSElement>
Constructors
| Improve this Doc View SourceSlider(IOSElement)
Initializes a new instance of the Slider class.
Declaration
public Slider(IOSElement element)
Parameters
Type | Name | Description |
---|---|---|
IOSElement | 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 |
Value
Gets the value of the slider as a percentage between 0 and 100.
Declaration
public virtual double Value { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceSetValue(Double)
Sets the value of the slider.
Declaration
public virtual void SetValue(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | The value. |
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to Slider)
Allows conversion of a
Declaration
public static implicit operator Slider(AppiumWebElement element)
Parameters
Type | Name | Description |
---|---|---|
AppiumWebElement | element | The |
Returns
Type | Description |
---|---|
Slider | The Slider. |
Implicit(IOSElement to Slider)
Allows conversion of a
Declaration
public static implicit operator Slider(IOSElement element)
Parameters
Type | Name | Description |
---|---|---|
IOSElement | element | The |
Returns
Type | Description |
---|---|
Slider | The Slider. |
Implicit(RemoteWebElement to Slider)
Allows conversion of a
Declaration
public static implicit operator Slider(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
Slider | The Slider. |