FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / CheckBoxField Class / CheckAlign Property

In This Topic
    CheckAlign Property
    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