iOSApp.SetSliderValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetSliderValue(Func<AppQuery,AppQuery>, Double) |
Sets the value of a slider element that matches |
SetSliderValue(String, Double) |
Sets the value of a slider element that matches |
SetSliderValue(Func<AppQuery,AppQuery>, Double)
Sets the value of a slider element that matches query
.
public void SetSliderValue (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> query, double value);
abstract member SetSliderValue : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * double -> unit
override this.SetSliderValue : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * double -> unit
Public Sub SetSliderValue (query As Func(Of AppQuery, AppQuery), value As Double)
Parameters
- value
- Double
The value to set the slider to.
Implements
Applies to
SetSliderValue(String, Double)
Sets the value of a slider element that matches marked
.
public void SetSliderValue (string marked, double value);
abstract member SetSliderValue : string * double -> unit
override this.SetSliderValue : string * double -> unit
Public Sub SetSliderValue (marked As String, value As Double)
Parameters
- marked
- String
Marked selector of the slider element to update.
- value
- Double
The value to set the slider to.