Class 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