Interface ICarouselItem
CarouselItem interface
Namespace: Syncfusion.Maui.Core.Carousel
Assembly: Syncfusion.Maui.Core.dll
Syntax
public interface ICarouselItem : IView, IElement, ITransform
Properties
ImageName
Gets or sets the Image name.
Declaration
string ImageName { get; set; }
Property Value
Type |
---|
System.String |
ItemContent
Gets or sets the Item content.
Declaration
View ItemContent { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.View |