asp.net.ph

RadioButtonList.TextAlign Property

System.Web.UI.WebControls Namespace   RadioButtonList Class


Indicates the label text alignment for the radio buttons within the group.

[ VB ]
Overridable Public Property TextAlign As TextAlign

[ C# ]
public TextAlign TextAlign {virtual get; virtual set;}

[ C++ ]
public: __property virtual TextAlign get_TextAlign ( );
public: __property virtual void set_TextAlign ( TextAlign );

[ JScript ]
public function get TextAlign ( ) : TextAlign;
public function set TextAlign ( TextAlign );

Property Value

One of the TextAlign enum values. The default is Right.

Exceptions


Exception Type Condition
ArgumentException The label text alignment of the radio buttons was not one of the TextAlign enum values.

See Also

RadioButtonList Class   RadioButtonList Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph