Easy Tutorial
❮ Aspnet Pages Prop Webcontrol Calendarday Isselectable ❯

ASP.NET RadioButtonList TextAlign Property



Definition and Usage

The TextAlign property is used to get or set the text alignment of the text for the RadioButtonList items.

Syntax

Property Description
align Specifies the text alignment of the list items. Possible values: Left<br> Right (default)

Example

The following example sets the TextAlign property of the RadioButtonList control to "Left":


❮ Aspnet Pages Prop Webcontrol Calendarday Isselectable ❯