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

In This Topic
    ImageAlign Property
    In This Topic
    Gets or sets the alignment of the BinaryImage control in relation to other elements on the Web page
    Syntax
    'Declaration
     
    Public Property ImageAlign As System.Web.UI.WebControls.ImageAlign
    public System.Web.UI.WebControls.ImageAlign ImageAlign {get; set;}
    See Also