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 ref class Slider abstract sealed
public static class Slider
type Slider = class
Public Module Slider
- Inheritance
-
Slider
Fields
UpdateOnTapProperty |
Bindable property for attached property |
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. |