menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICarouselItem - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved