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

In This Topic
    CheckAlign Property (RenderInputRadioButton)
    In This Topic
    Gets or sets the alignment of the checkbox relative to the text of the current radio button.
    Syntax
    'Declaration
     
    Public Property CheckAlign As System.Drawing.ContentAlignment
    public System.Drawing.ContentAlignment CheckAlign {get; set;}
    See Also