[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CheckBox.CheckAlignment

CheckAlignment Property

CheckAlignment

Gets or sets an alignment of the check box within the control.

Declaration
public CheckAlignment CheckAlignment { get; set; }
Property Value
Type Description
CheckAlignment

A CheckAlignment value indicating the alignment of the check box.

Examples
CheckBox checkBox = new CheckBox();
checkBox.CheckAlignment = CheckAlignment.BottomCenter;