PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 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 ContentAlignment
    public ContentAlignment CheckAlign {get; set;}
    See Also