[]
Gets or sets an alignment of the check box within the control.
public CheckAlignment CheckAlignment { get; set; }
| Type | Description |
|---|---|
| CheckAlignment | A CheckAlignment value indicating the alignment of the check box. |
CheckBox checkBox = new CheckBox();
checkBox.CheckAlignment = CheckAlignment.BottomCenter;