精品熟女碰碰人人a久久,多姿,欧美欧美a v日韩中文字幕,日本福利片秋霞国产午夜,欧美成人禁片在线观看

ASP.NET RadioButtonList TextAlign 屬性

ASP.NET RadioButtonList TextAlign 屬性

RadioButtonList 控件 RadioButtonList 控件

定義和用法

TextAlign 屬性用于獲取或設(shè)置 RadioButtonList 項(xiàng)目的文本的文本對(duì)齊方式。

語法

<asp:RadioButtonList TextAlign="align" runat="server">
Some Content
</asp:RadioButtonList >

屬性 描述
align 規(guī)定列表項(xiàng)的文本對(duì)齊方式。

可能的值:

  • Left
  • Right (默認(rèn))

實(shí)例

下面的實(shí)例把 RadioButtonList 控件中的 TextAlign 屬性設(shè)置為 "Left":

<form runat="server">
<asp:RadioButtonList id="rb1"
runat="server" TextAlign="Left">

Some content

</asp:RadioButtonList>
</form>

演示實(shí)例 ?
RadioButtonList 控件 RadioButtonList 控件
相關(guān)文章