Class RotatorAdapter
Rotator Adapter class
Inheritance
System.Object
RotatorAdapter
Namespace: Com.Syncfusion.Rotator
Assembly: Syncfusion.SfRotator.Android.dll
Syntax
public class RotatorAdapter : Object
Constructors
RotatorAdapter()
Declaration
public RotatorAdapter()
Methods
GetItemView(SfRotator, Int32)
Get Item View method
Declaration
public virtual View GetItemView(SfRotator rotator, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| SfRotator | rotator | Rotator type |
| System.Int32 | index | integer type |
Returns
| Type | Description |
|---|---|
| Android.Views.View | return null |
GetThumbnailView(SfRotator, Int32)
Get Thumbnail view method.
Declaration
public virtual View GetThumbnailView(SfRotator rotator, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| SfRotator | rotator | Rotator type |
| System.Int32 | index | integer type |
Returns
| Type | Description |
|---|---|
| Android.Views.View | return null |