CheckAlignment Property (CheckBox)
Gets or sets an alignment of the check box within the control.
Property Value
A
CheckAlignment value indicating the alignment of the check box.
CheckBox checkBox = new CheckBox();
checkBox.CheckAlignment = CheckAlignment.BottomCenter;