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