Class TickBar
TickBar class
Inheritance
System.Object
TickBar
Namespace: Com.Syncfusion.Sfrangeslider
Assembly: Syncfusion.SfRangeSlider.Android.dll
Syntax
public class TickBar : View
Constructors
TickBar(Context)
Initializes a new instance of the TickBar class.
Declaration
public TickBar(Context context)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | context type |
TickBar(Context, IAttributeSet)
Initializes a new instance of the TickBar class.
Declaration
public TickBar(Context context, IAttributeSet attrs)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | context type |
Android.Util.IAttributeSet | attrs | Attribute sets |
TickBar(Context, IAttributeSet, Int32)
Initializes a new instance of the TickBar class.
Declaration
public TickBar(Context context, IAttributeSet attrs, int defStyleAttr)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | context type |
Android.Util.IAttributeSet | attrs | Attribute sets |
System.Int32 | defStyleAttr | Integer 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 |