Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Classes
Slider
Slider
Represents a slider component.
Summary
Constructors
Properties
- accessibilityDecrementEvent
- accessibilityIncrementEvent
- accessibilityStep
- android
- ios
- maxValue
- minValue
- value
152 properties inherited from View
Click to expand
Constructors
Properties
accessibilityStep
defined in @nativescript/core/ui/slider/index.d.ts:41:1
Increase/Decrease step size for iOS Increment-/Decrement events
android
defined in @nativescript/core/ui/slider/index.d.ts:16:1
Gets the native [android widget](http://developer.android.com/reference/android/widget/SeekBar.html) that represents the user interface for this component. Valid only when running on Android OS.
ios
defined in @nativescript/core/ui/slider/index.d.ts:21:1
Gets the native iOS [UISlider](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISlider_Class/) that represents the user interface for this component. Valid only when running on iOS.
maxValue
defined in @nativescript/core/ui/slider/index.d.ts:36:1
Gets or sets a slider max value. The default value is 100.
minValue
defined in @nativescript/core/ui/slider/index.d.ts:31:1
Gets or sets a slider min value. The default value is 0.
value
defined in @nativescript/core/ui/slider/index.d.ts:26:1
Gets or sets a slider current value. The default value is 0.
accessibilityDecrementEvent
StaticReadonly
accessibilityIncrementEvent
StaticReadonly
- Previous
- SlideTransition
- Next
- Span