ComponentOne Carousel for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Carousel Namespace / CarouselThumbnails Class / Images Property

In This Topic
    Images Property
    In This Topic
    Gets or sets the list of images of thumbnails.
    Syntax
    'Declaration
     
    Public Property Images As System.String()
    public System.string[] Images {get; set;}
    See Also