Class CarouselActionList
class for CarouselActionList
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class CarouselActionList : SyncActionListBase<Carousel>
Constructors
CarouselActionList(IComponent)
Initializes a new instance of the CarouselActionList class.
Declaration
public CarouselActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Represents component |
Properties
ImageList
ImageList which contains images to populate in the control
Declaration
public ImageList ImageList { get; set; }
Property Value
Type |
---|
System.Windows.Forms.ImageList |
ImageListCollection
Gets or sets the collection of items to display in the Carousel
Declaration
public CarouselImageCollection ImageListCollection { get; set; }
Property Value
Type |
---|
CarouselImageCollection |
ImageSlides
Gets or sets the value to display images in the control
Declaration
public bool ImageSlides { get; set; }
Property Value
Type |
---|
System.Boolean |
Items
Gets or sets the items associated with the Carousel.
Declaration
public ItemCollection Items { get; set; }
Property Value
Type |
---|
ItemCollection |
Name
Gets or sets Name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
RotateAlways
Gets or sets the value to rotate the child items continuously
Declaration
public bool RotateAlways { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowImagePreview
Gets or sets the value to preview the selected image
Declaration
public bool ShowImagePreview { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowImageShadow
Gets or sets the value to display shadow for the images
Declaration
public bool ShowImageShadow { get; set; }
Property Value
Type |
---|
System.Boolean |
VisualStyle
Gets or sets the visual style
Declaration
public CarouselVisualStyle VisualStyle { get; set; }
Property Value
Type |
---|
CarouselVisualStyle |
Methods
InitializeActionList()
Overrridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.Carousel>.InitializeActionList()