Class CarouselHandler
Carousel Handler
Inheritance
System.Object
CarouselHandler
Namespace: Syncfusion.Maui.Core.Carousel
Assembly: Syncfusion.Maui.Core.dll
Syntax
public class CarouselHandler : ViewHandler<ICarousel, PlatformCarousel>, ICarouselHandler, IViewHandler, IElementHandler
Constructors
CarouselHandler()
Initializes a new instance of the SignaturePadHandler class.
Declaration
public CarouselHandler()
Fields
CommandMapper
Maps the cross-platform methods to the native methods.
Declaration
public static CommandMapper<ICarousel, ICarouselHandler> CommandMapper
Field Value
Type |
---|
Microsoft.Maui.CommandMapper<ICarousel, ICarouselHandler> |
Mapper
Maps the cross-platform property changed to the native property changed methods.
Declaration
public static PropertyMapper<ICarousel, CarouselHandler> Mapper
Field Value
Type |
---|
Microsoft.Maui.PropertyMapper<ICarousel, CarouselHandler> |
Methods
ConnectHandler(PlatformCarousel)
Declaration
protected override void ConnectHandler(PlatformCarousel platformView)
Parameters
Type | Name | Description |
---|---|---|
PlatformCarousel | platformView |
CreatePlatformView()
Declaration
protected override PlatformCarousel CreatePlatformView()
Returns
Type |
---|
PlatformCarousel |
DisconnectHandler(PlatformCarousel)
Declaration
protected override void DisconnectHandler(PlatformCarousel platformView)
Parameters
Type | Name | Description |
---|---|---|
PlatformCarousel | platformView |
Explicit Interface Implementations
ICarouselHandler.PlatformView
Declaration
PlatformCarousel ICarouselHandler.PlatformView { get; }
Returns
Type |
---|
PlatformCarousel |
ICarouselHandler.VirtualView
Declaration
ICarousel ICarouselHandler.VirtualView { get; }
Returns
Type |
---|
ICarousel |
Implements
Microsoft.Maui.IViewHandler
Microsoft.Maui.IElementHandler