alexa
menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFCarousel

    Sfcarousel class.

    Inheritance
    System.Object
    SfCarousel
    SFCarousel
    Implements
    System.ComponentModel.IComponent
    System.IDisposable
    Inherited Members
    SfCarousel.add_CollectionChanged(SfCarousel.CollectionChangedEventHandler)
    SfCarousel.add_DrawView(SfCarousel.DrawViewEventHandler)
    SfCarousel.add_SelectionChanged(SfCarousel.SelectionChangedEventHandler)
    SfCarousel.AllowLoadMore
    SfCarousel.AwakeFromNib()
    SfCarousel.CollectionChanged
    SfCarousel.DataSource
    SfCarousel.Dispose(Boolean)
    SfCarousel.Disposed
    SfCarousel.DrawView
    SfCarousel.Duration
    SfCarousel.EnableInteraction
    SfCarousel.EnableVirtualization
    SfCarousel.Frame
    SfCarousel.ItemHeight
    SfCarousel.ItemSpacing
    SfCarousel.ItemsSource
    SfCarousel.ItemWidth
    SfCarousel.LayoutSubviews()
    SfCarousel.LoadMore()
    SfCarousel.LoadMoreItemsCount
    SfCarousel.LoadMoreView
    SfCarousel.MoveNext()
    SfCarousel.MovePrevious()
    SfCarousel.Offset
    SfCarousel.remove_CollectionChanged(SfCarousel.CollectionChangedEventHandler)
    SfCarousel.remove_DrawView(SfCarousel.DrawViewEventHandler)
    SfCarousel.remove_SelectionChanged(SfCarousel.SelectionChangedEventHandler)
    SfCarousel.RotationAngle
    SfCarousel.ScaleOffset
    SfCarousel.SelectedIndex
    SfCarousel.SelectedItemOffset
    SfCarousel.SelectionChanged
    SfCarousel.Site
    SfCarousel.SwipeEnded
    SfCarousel.SwipeStarted
    SfCarousel.ViewMode
    Namespace: Syncfusion.SfCarousel.iOS
    Assembly: Syncfusion.SfCarousel.iOS.dll
    Syntax
    public class SFCarousel : SfCarousel, IComponent, IDisposable

    Constructors

    SFCarousel()

    Initializes a new instance of the SfCarousel class.

    Declaration
    public SFCarousel()

    SFCarousel(IntPtr)

    Initializes a new instance of the SfCarousel class.

    Declaration
    public SFCarousel(IntPtr handle)
    Parameters
    Type Name Description
    System.IntPtr handle

    Implements

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