System.Web.UI.WebControls (system.web.dll) | enum |
This enumeration is used to set the
CheckBox.TextAlign and
RadioButton.TextAlign properties. This value
specifies whether text will be placed to the left or right of the
control.
public enum TextAlign {
Left = 1,
Right = 2
}
Hierarchy
System.Object
System.ValueType
System.Enum(System.IComparable,
System.IFormattable,
System.IConvertible)
TextAlign
Returned By
CheckBox.TextAlign,
CheckBoxList.TextAlign,
RadioButtonList.TextAlign
Passed To
CheckBox.TextAlign,
CheckBoxList.TextAlign,
RadioButtonList.TextAlign
|