Slider.SetUpdateOnTap Method

Definition

Overloads

SetUpdateOnTap(BindableObject, Boolean)

Sets a Boolean value that tells whether tapping on the slider will update its value.

SetUpdateOnTap(IPlatformElementConfiguration<iOS,Slider>, Boolean)

Sets a Boolean value that tells whether tapping on the slider will update its value.

SetUpdateOnTap(BindableObject, Boolean)

Sets a Boolean value that tells whether tapping on the slider will update its value.

public static void SetUpdateOnTap (Xamarin.Forms.BindableObject element, bool value);
static member SetUpdateOnTap : Xamarin.Forms.BindableObject * bool -> unit

Parameters

element
BindableObject

The element for which to set whether tapping on the slider updates its value.

value
Boolean

true if tapping will update the value. Otherwise, false.

Applies to

SetUpdateOnTap(IPlatformElementConfiguration<iOS,Slider>, Boolean)

Sets a Boolean value that tells whether tapping on the slider will update its value.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Slider> SetUpdateOnTap (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Slider> config, bool value);
static member SetUpdateOnTap : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Slider> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Slider>

Parameters

config
IPlatformElementConfiguration<iOS,Slider>

The platform configuration for the element for which to set whether tapping on the slider updates its value.

value
Boolean

true if tapping will update the value. Otherwise, false.

Returns

A fluent object on which the developer may make more method calls.

Applies to