ASP.NET CheckBoxList CellPadding 屬性

2018-09-05 21:29 更新

ASP.NET CheckBoxList CellPadding 屬性


CheckBoxList 控件 CheckBoxList 控件

定義和用法

CellPadding 屬性用于獲取或設置表格單元格的邊框與內(nèi)容之間的像素數(shù)。

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

語法

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

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


實例

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

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

Some content

</asp:CheckBoxList>
</form>

演示實例 ?

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

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號