Interface ICarouselItemHandler
CarouselItem handler interface
Namespace: Syncfusion.Maui.Core.Carousel
Assembly: Syncfusion.Maui.Core.dll
Syntax
public interface ICarouselItemHandler : IViewHandler, IElementHandler
Properties
PlatformView
platform view of the carousel item control.
Declaration
PlatformCarouselItem PlatformView { get; }
Property Value
Type |
---|
PlatformCarouselItem |
VirtualView
Virtual view of the carousel item control.
Declaration
ICarouselItem VirtualView { get; }
Property Value
Type |
---|
ICarouselItem |