ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1BinaryImage Namespace / C1BinaryImage Class / ImageUrl Property

In This Topic
    ImageUrl Property
    In This Topic
    The location of an image to display in the BinaryImage control.
    Syntax
    'Declaration
     
    Public Property ImageUrl As System.String
    public System.string ImageUrl {get; set;}
    See Also