Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1CheckBox Class / CheckAlign Property

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