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

UpdateOnTapProperty

Bindable property for attached property UpdateOnTap.

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