System.Web.UI.WebControls Namespace CheckBoxList Class
Sets or retrieves the alignment of Text associated with a CheckBoxList control.
Inline |
<asp:checkboxlist textalign = enumValue ... > |
Script |
CheckBoxList.TextAlign [ = enumValue ] |
The property is read/write with a default value of Right.
Use the TextAlign property to specify the alignment of the text label associated with a CheckBoxList control. You can specify whether the text labels appear to the right or left of the checkboxes. Use the Text property to specify the label text of each checkbox item.
CheckBoxList Members