Class ValueBar
Value bar class
Inheritance
System.Object
ValueBar
Namespace: Com.Syncfusion.Sfrangeslider
Assembly: Syncfusion.SfRangeSlider.Android.dll
Syntax
public class ValueBar : View
Constructors
ValueBar(Context, IAttributeSet)
Initializes a new instance of the ValueBar class.
Declaration
public ValueBar(Context context, IAttributeSet attrs)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | Context type |
Android.Util.IAttributeSet | attrs | Attribute set |
ValueBar(Context, IAttributeSet, Int32)
Initializes a new instance of the ValueBar class.
Declaration
public ValueBar(Context context, IAttributeSet attrs, int defStyleAttr)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | context field |
Android.Util.IAttributeSet | attrs | Attribute type |
System.Int32 | defStyleAttr | Integer type |
ValueBar(Context, List<Items>, SfRangeSlider)
Initializes a new instance of the ValueBar class.
Declaration
public ValueBar(Context context, List<Items> customValues, SfRangeSlider slider)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | context type |
System.Collections.Generic.List<Items> | customValues | List type |
SfRangeSlider | slider | Slider type |
Methods
Dispose(Boolean)
Dispose the specified disposing.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | If set to |
OnDraw(Canvas)
On draw method
Declaration
protected override void OnDraw(Canvas canvas)
Parameters
Type | Name | Description |
---|---|---|
Android.Graphics.Canvas | canvas | Canvas type |