This documentation is archived and is not being maintained.
TextAlign Enumeration
.NET Framework 1.1
Specifies whether the text associated with a check box or radio button control appears to the left or to the right of the control.
[Visual Basic] <Serializable> Public Enum TextAlign [C#] [Serializable] public enum TextAlign [C++] [Serializable] __value public enum TextAlign [JScript] public Serializable enum TextAlign
Remarks
The TextAlign enumeration represents the different text alignment options for check box and radio button controls.
Members
| Member name | Description |
|---|---|
| Left | Text associated with a check box or radio button control appears to the left of the control. |
| Right | Text associated with a check box or radio button control appears to the right of the control. |
Requirements
Namespace: System.Web.UI.WebControls
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
System.Web.UI.WebControls Namespace | CheckBox | CheckBox.TextAlign | CheckBoxList | CheckBoxList.TextAlign | RadioButtonList | RadioButtonList.TextAlign
Show: