黄色电影一区二区,韩国少妇自慰A片免费看,精品人妻少妇一级毛片免费蜜桃AV按摩师 ,超碰 香蕉

ASP.NET RadioButtonList CellSpacing 屬性

ASP.NET RadioButtonList CellSpacing 屬性

RadioButtonList 控件 RadioButtonList 控件

定義和用法

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

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

語法

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

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

實例

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

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

Some content

</asp:RadioButtonList>
</form>

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