亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

ASP.NET CellPadding 屬性

定義和用法

CellPadding 屬性用于設(shè)置或返回單元格邊框與內(nèi)容之間的像素?cái)?shù)。

注釋:該函數(shù)僅在 RepeatLayout 屬性設(shè)置為 "Table" 時(shí)有效。

語法

<asp:RadioButtonList CellPadding="pixels" runat="server">
some content
</asp:RadioButtonList >
屬性 描述
pixels 規(guī)定單元格邊框與內(nèi)容之間的像素?cái)?shù)。

實(shí)例

下面的例子設(shè)置了 RadioButtonList 控件的 CellPadding 屬性:

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

Some content

</asp:RadioButtonList>
</form>

實(shí)例

設(shè)置 RadioButtonList 控件的 CellPadding 屬性