Class Slider
Defines a
Implements
IElementWrapper<WindowsElement>
Inherited Members
Namespace: Legerity.Windows.Elements.Core
Assembly: Legerity.Windows.dll
Syntax
public class Slider : WindowsElementWrapper, IElementWrapper<WindowsElement>
Constructors
| Improve this Doc View SourceSlider(WindowsElement)
Initializes a new instance of the Slider class.
Declaration
public Slider(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 slider.
Declaration
public virtual double Maximum { get; }
Property Value
Type | Description |
---|---|
System.Double |
Minimum
Gets the minimum value of the slider.
Declaration
public virtual double Minimum { get; }
Property Value
Type | Description |
---|---|
System.Double |
SmallChange
Gets the small change (step) value of the slider.
Declaration
public virtual double SmallChange { get; }
Property Value
Type | Description |
---|---|
System.Double |
Value
Gets the value of the slider.
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(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. |
Implicit(WindowsElement to Slider)
Allows conversion of a
Declaration
public static implicit operator Slider(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Returns
Type | Description |
---|---|
Slider | The Slider. |