System.Web.UI.WebControls Namespace
Specifies the alignment of text within a control.
Member Name |
Description |
Left |
Specifies that the text associated with a check box or radio button appears on the left of the control. |
Right |
Specifies that the text associated with a check box or radio button appears on the right of the control. |
The TextAlign enumeration represents the possible values that can be passed to the TextAlign property of a CheckBox or RadioButton control.