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

In This Topic
    ImageUrl Property
    In This Topic
    Gets or sets the URL that provides the path to an image to display in the item.
    Syntax
    'Declaration
     
    Public Property ImageUrl As System.String
    public System.string ImageUrl {get; set;}
    See Also