Share via


Slider Class

Definition

Platform-specific functionality for sliders the iOS platform.

public ref class Slider abstract sealed
public static class Slider
type Slider = class
Public Module Slider
Inheritance
Slider

Fields

Name Description
UpdateOnTapProperty

Bindable property for attached property UpdateOnTap.

Methods

Name Description
GetUpdateOnTap(BindableObject)

Gets whether the slider value updates when the user taps on the track on iOS.

GetUpdateOnTap(IPlatformElementConfiguration<iOS,Slider>)

Gets whether the slider value updates when the user taps on the track on iOS.

SetUpdateOnTap(BindableObject, Boolean)

Sets whether the slider value updates when the user taps on the track on iOS.

SetUpdateOnTap(IPlatformElementConfiguration<iOS,Slider>, Boolean)

Sets whether the slider value updates when the user taps on the track on iOS.

Applies to