System.Web.UI.WebControls.RadioButtonList.TextAlign Property

Gets or sets the text alignment for the radio buttons within the group.

Syntax

[System.ComponentModel.DefaultValue(System.Web.UI.WebControls.TextAlign.Right)]
public virtual TextAlign TextAlign { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use this property to specify whether the text associated with the radio buttons appears on the left or right. If this property is set to TextAlign.Right, the text is displayed to the right of the radio button. If this property is set to TextAlign.Left, the text is displayed to the left of the radio button.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0