Slider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Platform-specific functionality for sliders the iOS platform.
public static class Slider
type Slider = class
- Inheritance
-
System.ObjectSlider
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. |