亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

ASP.NET TextAlign 屬性

定義和用法

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í)例

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

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

Some content

</asp:RadioButtonList>
</form>

實(shí)例

設(shè)置 RadioButtonList 控件的 TextAlign 屬性