Class SfCarouselItem
Namespace: Syncfusion.SfCarousel.iOS
Assembly: Syncfusion.SfCarousel.iOS.dll
Syntax
public class SfCarouselItem : UIView
Constructors
SfCarouselItem()
Declaration
public SfCarouselItem()
SfCarouselItem(IntPtr)
Declaration
public SfCarouselItem(IntPtr handle)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | handle |
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. |