Prop Webcontrol Radiobuttonlist Textalign
# ASP.NET RadioButtonList TextAlign Property
* * RadioButtonList Control](#)
* * *
## Definition and Usage
The TextAlign property is used to get or set the text alignment of the text for items in a RadioButtonList.
## Syntax
_Some Content_
| Property | Description |
| --- | --- |
| align | Specifies the text alignment for the list items. Possible values: * Left * Right (default) |
* * *
## Example
The following example sets the TextAlign property of the RadioButtonList control to "Left":
_Some content_
[Demo Example Β»](#)
* * RadioButtonList Control](#)
YouTip