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




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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