ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CheckBox Class / CheckAlignment Property
Example

In This Topic
    CheckAlignment Property (CheckBox)
    In This Topic
    Gets or sets an alignment of the check box within the control.
    Syntax
    'Declaration
     
    Public Property CheckAlignment As CheckAlignment
    public CheckAlignment CheckAlignment {get; set;}

    Property Value

    A CheckAlignment value indicating the alignment of the check box.
    Example
    CheckBox checkBox = new CheckBox();
    checkBox.CheckAlignment = CheckAlignment.BottomCenter;
    See Also