99re热这里只有精品视频,7777色鬼xxxx欧美色妇,国产成人精品一区二三区在线观看,内射爽无广熟女亚洲,精品人妻av一区二区三区

ASP.NET RadioButtonList TextAlign 屬性

2018-09-21 21:27 更新

ASP.NET RadioButtonList TextAlign 屬性


RadioButtonList 控件 RadioButtonList 控件

定義和用法

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

語法

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

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

可能的值:

  • Left
  • Right (默認)


實例

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

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

Some content

</asp:RadioButtonList>
</form>

演示實例 ?

RadioButtonList 控件 RadioButtonList 控件
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號