WinForms

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

    Show / Hide Table of Contents

    Class CarouselElement

    Class for CarouselElement.

    Inheritance
    System.Object
    CarouselElement
    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 CarouselElement

    Constructors

    CarouselElement(Image)

    Initializes the new instance for CarouselElement class.

    Declaration
    public CarouselElement(Image image)
    Parameters
    Type Name Description
    System.Drawing.Image image

    image to load in the collection

    CarouselElement(String)

    Initializes the new instance for CarouselElement class.

    Declaration
    public CarouselElement(string strFileName)
    Parameters
    Type Name Description
    System.String strFileName

    filename of the image to load in collection

    Fields

    m_ThumbSize

    Initializes the m_ThumbSize variable.

    Declaration
    public static int m_ThumbSize
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved