TextAlign

TextAlignserializable

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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net