ASP.NET CheckBoxList TextAlign 屬性
ASP.NET CheckBoxList TextAlign 屬性

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

相關(guān)文章
- ASP.NET Web Pages 文件夾
- ASP.NET Web Pages Database 參考手冊(cè)
- ASP.NET MVC Web 應(yīng)用程序
- ASP.NET Image 控件
- ASP.NET Panel 控件
- ASP.NET BulletedList 控件
- HTML InputCheckbox
- ASP.NET HTML 控件 Table
- ASP.NET HTML 控件 ArrayList DropDownLis
- C# 實(shí)例 For Each 循環(huán)
- C# 實(shí)例 While 循環(huán)
- C# 實(shí)例 If Else 條件
- VB 實(shí)例 Else If 條件
- VB 實(shí)例 使用數(shù)據(jù)庫(kù) 根據(jù)數(shù)據(jù)庫(kù)顯示餅圖
- C# 實(shí)例 使用數(shù)據(jù)庫(kù) 顯示數(shù)據(jù)庫(kù)數(shù)據(jù)
- htmlimage 2
- ASP.NET Calendar PrevMonthText 屬性
- ASP.NET Calendar SelectedDate 屬性
- ASP.NET Calendar SelectedDayStyle 屬性
- ASP.NET Calendar ShowGridLines 屬性