InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputCheckBox Class / CheckAlign Property

In This Topic
    CheckAlign Property (InputCheckBox)
    In This Topic
    Gets or sets where the checkbox should be placed within the component.
    Syntax
    'Declaration
     
    Public Property CheckAlign As HorizontalAlignment
    public HorizontalAlignment CheckAlign {get; set;}
    See Also