Slider.GetUpdateOnTap Method

Definition

Overloads

GetUpdateOnTap(BindableObject)

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

GetUpdateOnTap(IPlatformElementConfiguration<iOS,Slider>)

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

GetUpdateOnTap(BindableObject)

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

public static bool GetUpdateOnTap (Xamarin.Forms.BindableObject element);
static member GetUpdateOnTap : Xamarin.Forms.BindableObject -> bool

Parameters

element
BindableObject

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

Returns

true if tapping updates the value. Otherwise, false.

Applies to

GetUpdateOnTap(IPlatformElementConfiguration<iOS,Slider>)

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

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

Parameters

config
IPlatformElementConfiguration<iOS,Slider>

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

Returns

true if tapping updates the value. Otherwise, false.

Applies to