ASP.NET RadioButtonList TextAlign 屬性
ASP.NET RadioButtonList TextAlign 屬性

定義和用法
TextAlign 屬性用于獲取或設(shè)置 RadioButtonList 項(xiàng)目的文本的文本對(duì)齊方式。
語(yǔ)法
<asp:RadioButtonList TextAlign="align" runat="server">
Some Content
</asp:RadioButtonList >
Some Content
</asp:RadioButtonList >
屬性 | 描述 |
---|---|
align | 規(guī)定列表項(xiàng)的文本對(duì)齊方式。 可能的值:
|
實(shí)例
下面的實(shí)例把 RadioButtonList 控件中的 TextAlign 屬性設(shè)置為 "Left":
<form runat="server">
<asp:RadioButtonList id="rb1"
runat="server" TextAlign="Left">
Some content
</asp:RadioButtonList>
</form>
<asp:RadioButtonList id="rb1"
runat="server" TextAlign="Left">
Some content
</asp:RadioButtonList>
</form>
演示實(shí)例 ?

相關(guān)文章
- ASP.NET Razor C# 邏輯
- ASP.NET Razor VB 邏輯
- ASP.NET MVC 文件夾
- ASP.NET MVC 模型
- ASP.NET Hashtable
- ASP.NET AdRotator 控件
- WebSecurity InitializeDatabaseConnection 方法
- HTML Table 2
- ASP.NET HTML 控件 Calendar
- ASP.NET HTML 控件 Panel
- RadiobuttonList
- ASP.NET HTML 控件 用 重復(fù)
- ASP.NET HTML 控件 RangeValidator
- ASP.NET HTML 控件 Validationsummary 2
- C# 實(shí)例 顯示日期和時(shí)間
- C# 實(shí)例 使用數(shù)據(jù)庫(kù) 顯示數(shù)據(jù)庫(kù)數(shù)據(jù)
- ASP.NET Calendar CellPadding 屬性
- ASP.NET Calendar CellSpacing 屬性
- ASP.NET Calendar OtherMonthDayStyle 屬性
- ASP.NET Calendar SelectedDate 屬性