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

In This Topic
    AlternateText Property
    In This Topic
    The alternate text displayed in the Image control when the image is unavailable.
    Syntax
    'Declaration
     
    Public Property AlternateText As System.String
    public System.string AlternateText {get; set;}
    See Also