Class CarouselElement
Class for CarouselElement.
Inheritance
System.Object
CarouselElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.Int32 |