ASP.NET RadioButtonList CellPadding 屬性
ASP.NET RadioButtonList CellPadding 屬性

定義和用法
CellPadding 屬性用于設置或返回單元格邊框與內容之間的像素數。
注意:該函數僅在 RepeatLayout 屬性設置為 "Table" 時有效。
語法
<asp:RadioButtonList CellPadding="pixels" runat="server">
Some Content
</asp:RadioButtonList >
Some Content
</asp:RadioButtonList >
屬性 | 描述 |
---|---|
pixels | 規定單元格邊框與內容之間的像素數。 |
實例
下面的實例設置了 RadioButtonList 控件的 CellPadding 屬性:
<form runat="server">
<asp:RadioButtonList id="rb1"
runat="server" CellPadding="15">
Some content
</asp:RadioButtonList>
</form>
<asp:RadioButtonList id="rb1"
runat="server" CellPadding="15">
Some content
</asp:RadioButtonList>
</form>
演示實例 ?

相關文章
- ASP.NET Web Pages 類參考手冊
- ASP.NET MVC 簡介
- ASP.NET Web 頁面
- ASP.NET Web 表單
- ASP.NET RadioButtonList 控件
- WebSecurity CurrentUserName 屬性
- WebSecurity RequireRoles 方法
- ASP.NET HTML 控件 Calendar 2
- ASP.NET HTML 控件 DataList
- ASP.NET HTML 控件 Hyperlink
- Listbox
- ASP.NET HTML 控件 用 重復
- ASP.NET HTML 控件 CustomValidator
- ASP.NET HTML 控件 Validationsummary 2
- VB 實例 Array 數組
- VB 實例 If 條件
- ASP.NET Web Pages - Database 對象
- ASP.NET Calendar Caption 屬性
- ASP.NET Calendar ShowGridLines 屬性
- ASP.NET Calendar TodaysDate 屬性