WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CarouselImage

    Show / Hide Table of Contents

    Class CarouselImage

    Image which adds as a object when adding to Carousel's ImageListCollection

    Inheritance
    System.Object
    CarouselImage
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class CarouselImage

    Constructors

    CarouselImage()

    Creates a new instance of CarouselImage class.

    Declaration
    public CarouselImage()

    Properties

    ItemImage

    Gets or sets the ItemImage to load in the Carousel.

    Declaration
    public Image ItemImage { get; set; }
    Property Value
    Type Description
    System.Drawing.Image
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved