Class GearBox
Gear box class
Inheritance
System.Object
GearBox
Namespace: Com.Syncfusion.Sfbusyindicator
Assembly: Syncfusion.SfBusyIndicator.Android.dll
Syntax
public class GearBox : FrameLayout
Constructors
GearBox(Context)
Initializes a new instance of the GearBox class.
Declaration
public GearBox(Context context)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | Context type |
GearBox(Context, IAttributeSet)
Initializes a new instance of the GearBox class.
Declaration
public GearBox(Context context, IAttributeSet attrs)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | Context type |
Android.Util.IAttributeSet | attrs | Attribute set |
Methods
OnSizeChanged(Int32, Int32, Int32, Int32)
On size changed method
Declaration
protected override void OnSizeChanged(int w, int h, int oldw, int oldh)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | w | Width value |
System.Int32 | h | Height value |
System.Int32 | oldw | Old Width value |
System.Int32 | oldh | Old Height value |