成免费的crm,久久国产精品新农夫导航新妓网,恋夜秀场全部视频安卓手机,女校花强奷在线播放A级

ASP.NET RadioButtonList CellPadding 屬性

ASP.NET RadioButtonList CellPadding 屬性

RadioButtonList 控件 RadioButtonList 控件

定義和用法

CellPadding 屬性用于設置或返回單元格邊框與內容之間的像素數。

注意:該函數僅在 RepeatLayout 屬性設置為 "Table" 時有效。

語法

<asp:RadioButtonList CellPadding="pixels" runat="server">
Some Content
</asp:RadioButtonList >

屬性 描述
pixels 規定單元格邊框與內容之間的像素數。

實例

下面的實例設置了 RadioButtonList 控件的 CellPadding 屬性:

<form runat="server">
<asp:RadioButtonList id="rb1"
runat="server" CellPadding="15">

Some content

</asp:RadioButtonList>
</form>

演示實例 ?
RadioButtonList 控件 RadioButtonList 控件
相關文章