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