Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RotatorAdapter - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved