Class SfRotator
Implements
Namespace: Syncfusion.SfRotator.iOS
Assembly: Syncfusion.SfRotator.iOS.dll
Syntax
public class SfRotator : UIView, IDisposable, IComponent
Constructors
SfRotator()
Declaration
public SfRotator()
SfRotator(IntPtr)
Initializes a new instance of the SfRotator class.
Declaration
public SfRotator(IntPtr intPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | intPtr | handler or pointer. |
Properties
AutomationId
Gets or sets the Automation Id.
Declaration
public string AutomationId { get; set; }
Property Value
| Type |
|---|
| System.String |
DataSource
Gets or sets the Data Source.
Declaration
public NSMutableArray DataSource { get; set; }
Property Value
| Type |
|---|
| Foundation.NSMutableArray |
DotsBorderColor
Gets or sets the Dots Border Color.
Declaration
public UIColor DotsBorderColor { get; set; }
Property Value
| Type |
|---|
| UIKit.UIColor |
DotsPlacement
Gets or sets the Rotator Dots Placement.
Declaration
public SFRotatorDotsPlacement DotsPlacement { get; set; }
Property Value
| Type |
|---|
| SFRotatorDotsPlacement |
EnableAutoPlay
Gets or sets a value indicating whether is Enable Auto Play.
Declaration
public bool EnableAutoPlay { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
EnableLooping
Gets or sets a value indicating whether is enable looping.
Declaration
public bool EnableLooping { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
EnableSwiping
Gets or sets a value indicating whether is the Enable Swiping.
Declaration
public bool EnableSwiping { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
IsTextVisibile
Gets or sets a value indicating whether is text visible.
Declaration
public bool IsTextVisibile { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
NavigationDelay
Gets or sets the Navigation Delay.
Declaration
public nfloat NavigationDelay { get; set; }
Property Value
| Type |
|---|
| System.nfloat |
NavigationDirection
Gets or sets the Navigation Direction.
Declaration
public SFRotatorNavigationDirection NavigationDirection { get; set; }
Property Value
| Type |
|---|
| SFRotatorNavigationDirection |
NavigationStripMode
Gets or sets the Navigation Strip Mode.
Declaration
public SFRotatorNavigationStripMode NavigationStripMode { get; set; }
Property Value
| Type |
|---|
| SFRotatorNavigationStripMode |
NavigationStripPosition
Gets or sets the Navigation Strip position.
Declaration
public SFRotatorNavigationStripPosition NavigationStripPosition { get; set; }
Property Value
| Type |
|---|
| SFRotatorNavigationStripPosition |
RestrictLayoutSubviewsUpdate
Gets or sets a value indicating whether restrict layout sub views.
Declaration
public bool RestrictLayoutSubviewsUpdate { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
SelectedDotsColor
Gets or sets the Selected Dots Color.
Declaration
public UIColor SelectedDotsColor { get; set; }
Property Value
| Type |
|---|
| UIKit.UIColor |
SelectedIndex
Gets or sets the Selected Index.
Declaration
public nint SelectedIndex { get; set; }
Property Value
| Type |
|---|
| System.nint |
Site
Gets or sets the Site
Declaration
public ISite Site { get; set; }
Property Value
| Type |
|---|
| System.ComponentModel.ISite |
UnselectedDotsColor
Gets or sets the Un Selected Dots Color.
Declaration
public UIColor UnselectedDotsColor { get; set; }
Property Value
| Type |
|---|
| UIKit.UIColor |
Methods
add_DrawItem(SfRotator.DrawItemEventHandler)
Declaration
public void add_DrawItem(SfRotator.DrawItemEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| SfRotator.DrawItemEventHandler | value |
add_DrawThumbnailItem(SfRotator.DrawThumbnailItemEventHandler)
Declaration
public void add_DrawThumbnailItem(SfRotator.DrawThumbnailItemEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| SfRotator.DrawThumbnailItemEventHandler | value |
add_SelectionChanged(SfRotator.SelectionChangedEventHandler)
Declaration
public void add_SelectionChanged(SfRotator.SelectionChangedEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| SfRotator.SelectionChangedEventHandler | value |
AwakeFromNib()
Awakes from nib.
Declaration
public override void AwakeFromNib()
Dispose(Boolean)
The Override Dispose method.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing | The Disposing. |
LayoutSubviews()
Lay out Sub Views.
Declaration
public override void LayoutSubviews()
MoveToNext()
The Move to next.
Declaration
public void MoveToNext()
MoveToPrevious()
The Move to previous.
Declaration
public void MoveToPrevious()
Refresh()
The thumbnail view refresh method.
Declaration
public void Refresh()
remove_DrawItem(SfRotator.DrawItemEventHandler)
Declaration
public void remove_DrawItem(SfRotator.DrawItemEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| SfRotator.DrawItemEventHandler | value |
remove_DrawThumbnailItem(SfRotator.DrawThumbnailItemEventHandler)
Declaration
public void remove_DrawThumbnailItem(SfRotator.DrawThumbnailItemEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| SfRotator.DrawThumbnailItemEventHandler | value |
remove_SelectionChanged(SfRotator.SelectionChangedEventHandler)
Declaration
public void remove_SelectionChanged(SfRotator.SelectionChangedEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| SfRotator.SelectionChangedEventHandler | value |
TouchesBegan(NSSet, UIEvent)
The Override Touches Began Method.
Declaration
public override void TouchesBegan(NSSet touches, UIEvent evt)
Parameters
| Type | Name | Description |
|---|---|---|
| Foundation.NSSet | touches | The Touches. |
| UIKit.UIEvent | evt | The Event. |
TouchesEnded(NSSet, UIEvent)
The Override Touches Ended Method.
Declaration
public override void TouchesEnded(NSSet touches, UIEvent evt)
Parameters
| Type | Name | Description |
|---|---|---|
| Foundation.NSSet | touches | The Touches. |
| UIKit.UIEvent | evt | The Event. |
Update()
The Update Method.
Declaration
public void Update()
UpdateButton()
The Update Button.
Declaration
public void UpdateButton()
Events
Disposed
Disposed event.
Declaration
public event EventHandler Disposed
Event Type
| Type |
|---|
| System.EventHandler |
DrawItem
Occurs when draw item.
Declaration
public event SfRotator.DrawItemEventHandler DrawItem
Event Type
| Type |
|---|
| SfRotator.DrawItemEventHandler |
DrawThumbnailItem
Draw Thumbnail Item Event Handler.
Declaration
public event SfRotator.DrawThumbnailItemEventHandler DrawThumbnailItem
Event Type
| Type |
|---|
| SfRotator.DrawThumbnailItemEventHandler |
ItemTapped
Item tapped event.
Declaration
public event EventHandler<EventArgs> ItemTapped
Event Type
| Type |
|---|
| System.EventHandler<System.EventArgs> |
SelectionChanged
Occurs when selection changed.
Declaration
public event SfRotator.SelectionChangedEventHandler SelectionChanged
Event Type
| Type |
|---|
| SfRotator.SelectionChangedEventHandler |