ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputCheckBox Class / CheckAlign Property

In This Topic
    CheckAlign Property (RenderInputCheckBox)
    In This Topic
    Gets or sets the horizontal and vertical alignment of the check box on the control.
    Syntax
    'Declaration
     
    Public Property CheckAlign As System.Drawing.ContentAlignment
    public System.Drawing.ContentAlignment CheckAlign {get; set;}
    See Also