Class DecreaseRectangle
Decrease rectangle class
Inheritance
System.Object
DecreaseRectangle
Namespace: Com.Syncfusion.Sfrangeslider
Assembly: Syncfusion.SfRangeSlider.Android.dll
Syntax
public class DecreaseRectangle : View
Constructors
DecreaseRectangle(Context, IAttributeSet)
Initializes a new instance of the DecreaseRectangle class.
Declaration
public DecreaseRectangle(Context context, IAttributeSet attrs)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | context type |
Android.Util.IAttributeSet | attrs | Attribute set |
DecreaseRectangle(Context, SfRangeSlider)
Initializes a new instance of the DecreaseRectangle class.
Declaration
public DecreaseRectangle(Context context, SfRangeSlider rangeSlider)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | context type |
SfRangeSlider | rangeSlider | Range slider type |
Methods
OnDraw(Canvas)
On draw method
Declaration
protected override void OnDraw(Canvas canvas)
Parameters
Type | Name | Description |
---|---|---|
Android.Graphics.Canvas | canvas | canvas type |