alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SfRotatorItem

    Inheritance
    System.Object
    SfRotatorItem
    SFRotatorItem
    Implements
    System.IDisposable
    Namespace: Syncfusion.SfRotator.iOS
    Assembly: Syncfusion.SfRotator.iOS.dll
    Syntax
    public class SfRotatorItem : UIView, IDisposable

    Constructors

    SfRotatorItem()

    Declaration
    public SfRotatorItem()

    Properties

    AutomationId

    Gets or sets the item text.

    Declaration
    public NSString AutomationId { get; set; }
    Property Value
    Type
    Foundation.NSString

    ItemText

    Gets or sets the item text.

    Declaration
    public NSString ItemText { get; set; }
    Property Value
    Type
    Foundation.NSString

    View

    Gets or sets the View.

    Declaration
    public UIView View { get; set; }
    Property Value
    Type
    UIKit.UIView

    Methods

    Dispose(Boolean)

    Override dispose method.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Disposing is the parameter value.

    Implements

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