Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SfCarouselItem

    Inheritance
    System.Object
    SfCarouselItem
    SFCarouselItem
    Namespace: Syncfusion.SfCarousel.iOS
    Assembly: Syncfusion.SfCarousel.iOS.dll
    Syntax
    public class SfCarouselItem : UIView

    Constructors

    SfCarouselItem()

    Declaration
    public SfCarouselItem()

    Properties

    Frame

    Gets or sets the frame.

    Declaration
    public override CGRect Frame { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGRect

    The frame.

    Image

    Gets or sets the image.

    Declaration
    public UIImage Image { set; }
    Property Value
    Type Description
    UIKit.UIImage

    The image.

    ImageName

    Gets or sets the name of the image.

    Declaration
    public string ImageName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the image.

    Index

    Gets or sets the index.

    Declaration
    public nint Index { set; }
    Property Value
    Type Description
    System.nint

    The index.

    View

    Gets or sets the view.

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

    The view.

    Methods

    Dispose(Boolean)

    Dispose method.

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

    boolean type

    TouchesEnded(NSSet, UIEvent)

    Touch ended method.

    Declaration
    public override void TouchesEnded(NSSet touches, UIEvent evt)
    Parameters
    Type Name Description
    Foundation.NSSet touches

    Touches value.

    UIKit.UIEvent evt

    Event parameter.

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