Class HorizontalBox6
Horizontal Box6 class
Inheritance
System.Object
HorizontalBox6
Namespace: Com.Syncfusion.Sfbusyindicator
Assembly: Syncfusion.SfBusyIndicator.Android.dll
Syntax
public class HorizontalBox6 : View
Constructors
HorizontalBox6(Context, IAttributeSet)
Initializes a new instance of the HorizontalBox6 class.
Declaration
public HorizontalBox6(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 |