Class Thumb
Thumb class
Inheritance
System.Object
Thumb
Namespace: Com.Syncfusion.Sfrangeslider
Assembly: Syncfusion.SfRangeSlider.Android.dll
Syntax
public class Thumb : Object
Constructors
Thumb()
Initializes a new instance of the Thumb class.
Declaration
public Thumb()
Thumb(Double, Double, Double, Color, Color, View)
Initializes a new instance of the Thumb class.
Declaration
public Thumb(double minimum, double maximum, double value, Color trackColor, Color knobColor, View view)
Parameters
Type | Name | Description |
---|---|---|
System.Double | minimum | minimum value |
System.Double | maximum | maximum value |
System.Double | value | double type |
Android.Graphics.Color | trackColor | track color |
Android.Graphics.Color | knobColor | knob color |
Android.Views.View | view | view type |
Properties
KnobColor
Gets or sets the fill color of the knob.
Declaration
public Color KnobColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
Maximum
Gets or sets the value indicating maximum value of the range.
Declaration
public double Maximum { get; set; }
Property Value
Type |
---|
System.Double |
Minimum
Gets or sets the value indicating minimum value of the range.
Declaration
public double Minimum { get; set; }
Property Value
Type |
---|
System.Double |
SelectedTrackColor
Gets or sets the fill color for the ranged track
Declaration
public Color SelectedTrackColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
ThumbView
Gets or sets the value of thumb view property
Declaration
public View ThumbView { get; set; }
Property Value
Type |
---|
Android.Views.View |
Value
Gets or sets the value that determines the current position of thumb in single thumb representation.
Declaration
public double Value { get; set; }
Property Value
Type |
---|
System.Double |