menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CarouselItemHandler - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CarouselItemHandler

    Handler class of SfCarouselItem

    Inheritance
    System.Object
    CarouselItemHandler
    Implements
    ICarouselItemHandler
    Microsoft.Maui.IViewHandler
    Microsoft.Maui.IElementHandler
    Namespace: Syncfusion.Maui.Core.Carousel
    Assembly: Syncfusion.Maui.Core.dll
    Syntax
    public class CarouselItemHandler : ViewHandler<ICarouselItem, PlatformCarouselItem>, ICarouselItemHandler, IViewHandler, IElementHandler

    Constructors

    CarouselItemHandler()

    Initializes a new instance of the SignaturePadHandler class.

    Declaration
    public CarouselItemHandler()

    Fields

    CommandMapper

    Maps the cross-platform methods to the native methods.

    Declaration
    public static CommandMapper<ICarouselItem, ICarouselItemHandler> CommandMapper
    Field Value
    Type
    Microsoft.Maui.CommandMapper<ICarouselItem, ICarouselItemHandler>

    Mapper

    Maps the cross-platform property changed to the native property changed methods.

    Declaration
    public static PropertyMapper<ICarouselItem, CarouselItemHandler> Mapper
    Field Value
    Type
    Microsoft.Maui.PropertyMapper<ICarouselItem, CarouselItemHandler>

    Methods

    ConnectHandler(PlatformCarouselItem)

    Declaration
    protected override void ConnectHandler(PlatformCarouselItem platformView)
    Parameters
    Type Name Description
    PlatformCarouselItem platformView

    CreatePlatformView()

    Method to create PlatformView

    Declaration
    protected override PlatformCarouselItem CreatePlatformView()
    Returns
    Type
    PlatformCarouselItem

    DisconnectHandler(PlatformCarouselItem)

    Declaration
    protected override void DisconnectHandler(PlatformCarouselItem platformView)
    Parameters
    Type Name Description
    PlatformCarouselItem platformView

    MapImageName(CarouselItemHandler, ICarouselItem)

    Updates the drawn signature minimum stroke thickness.

    Declaration
    public static void MapImageName(CarouselItemHandler handler, ICarouselItem virtualView)
    Parameters
    Type Name Description
    CarouselItemHandler handler
    ICarouselItem virtualView

    MapItemContent(CarouselItemHandler, ICarouselItem)

    Updates the drawn signature maximum stroke thickness.

    Declaration
    public static void MapItemContent(CarouselItemHandler handler, ICarouselItem virtualView)
    Parameters
    Type Name Description
    CarouselItemHandler handler
    ICarouselItem virtualView

    Explicit Interface Implementations

    ICarouselItemHandler.PlatformView

    Declaration
    PlatformCarouselItem ICarouselItemHandler.PlatformView { get; }
    Returns
    Type
    PlatformCarouselItem

    ICarouselItemHandler.VirtualView

    Declaration
    ICarouselItem ICarouselItemHandler.VirtualView { get; }
    Returns
    Type
    ICarouselItem

    Implements

    ICarouselItemHandler
    Microsoft.Maui.IViewHandler
    Microsoft.Maui.IElementHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved