FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / CheckBoxField Class / CheckAlign Property

In This Topic
    CheckAlign Property (CheckBoxField)
    In This Topic
    Gets or sets the horizntal and vertical alignment of the check mark within the field area.
    Syntax
    'Declaration
     
    Public Property CheckAlign As PictureAlignEnum
    public PictureAlignEnum CheckAlign {get; set;}
    See Also