ASP.NET RadioButtonList CellPadding 屬性

2018-09-13 15:07 更新

ASP.NET RadioButtonList CellPadding 屬性


RadioButtonList 控件 RadioButtonList 控件

定義和用法

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

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

語(yǔ)法

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

屬性 描述
pixels 規(guī)定單元格邊框與內(nèi)容之間的像素?cái)?shù)。


實(shí)例

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

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

Some content

</asp:RadioButtonList>
</form>

演示實(shí)例 ?

RadioButtonList 控件 RadioButtonList 控件
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)