Xamarin.Forms.Slider Class
A Xamarin.Forms.View control that inputs a linear value.

See Also: Slider Members

Syntax

public class Slider : View

Remarks

The Xamarin.Forms.Slider class has the following XAML properties:

PropertyValue
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].

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0