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

ASP.NET CheckBoxList CellSpacing 屬性

ASP.NET CheckBoxList CellSpacing 屬性

CheckBoxList 控件 CheckBoxList 控件

定義和用法

CellSpacing 屬性用于獲取或設置 CheckBoxList 中表格單元格之間的像素數(shù)。

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

語法

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

屬性 描述
pixels 規(guī)定表格單元格之間的像素數(shù)。

實例

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

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

Some content

</asp:CheckBoxList>
</form>

演示實例 ?
CheckBoxList 控件 CheckBoxList 控件
相關(guān)文章