FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report 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