System.Web.UI.WebControls.CheckBox.TextAlign Property

Gets or sets the alignment of the text label associated with the System.Web.UI.WebControls.CheckBox control.

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 the alignment of the text label associated with the System.Web.UI.WebControls.CheckBox control. You can specify whether the text label appears to the right or left of the check box. Use the CheckBox.Text property to specify the label text.

Requirements

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