Class GearBoxLeft
Gear box left class
Inheritance
System.Object
GearBoxLeft
Namespace: Com.Syncfusion.Sfbusyindicator
Assembly: Syncfusion.SfBusyIndicator.Android.dll
Syntax
public class GearBoxLeft : View
Constructors
GearBoxLeft(Context)
Initializes a new instance of the GearBoxLeft class.
Declaration
public GearBoxLeft(Context context)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | Context type |
GearBoxLeft(Context, IAttributeSet)
Initializes a new instance of the GearBoxLeft class.
Declaration
public GearBoxLeft(Context context, IAttributeSet attrs)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | Context type |
Android.Util.IAttributeSet | attrs | Attribute set |
Methods
OnDraw(Canvas)
On draw method
Declaration
protected override void OnDraw(Canvas canvas)
Parameters
Type | Name | Description |
---|---|---|
Android.Graphics.Canvas | canvas | Canvas type |