Slider Class

Definition

Platform-specific functionality for sliders the iOS platform.

public static class Slider
type Slider = class
Inheritance
Slider

Fields

UpdateOnTapProperty

Backing store for the attached property that controls whether tapping on the slider updates its value.

Methods

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.

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.

Applies to