See Also: Slider Members

The Xamarin.Forms.Slider class has the following XAML properties:
| Property | Value |
|---|---|
| Maximum | An integer or decimal literal. |
| Minimum | An integer or decimal literal. If this value is nonnegative, it must appear lexically below Maximum, so that validation can succeed. |
| Value | An integer or decimal literal that represents a number that is in the range[Minimum,Maximum]. |