System.Web.UI.WebControls.CheckBoxList.TextAlign Property

Gets or sets the text alignment for the check boxes 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 check boxes appears on the left or right of the check box. If this property is set to TextAlign.Right, the text is displayed to the right of the check box. If this property is set to TextAlign.Left, the text is displayed to the left of the check box.

Requirements

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