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