ASP.NET Calendar CellSpacing 屬性
ASP.NET Calendar CellSpacing 屬性

定義和用法
CellSpacing 屬性用于設(shè)置日歷單元格之間的空白。
注意:該屬性無(wú)法在 FireFox 瀏覽器中正確地顯示。
語(yǔ)法
<asp:Calendar CellSpacing="pixels" runat="server" />
屬性 | 描述 |
---|---|
pixels | 規(guī)定日歷單元格之間的空白,以像素計(jì)。 |
實(shí)例
下面的實(shí)例顯示了 CellSpacing 為 15 的日歷:
<form runat="server">
<asp:Calendar id="cal1" runat="server" CellSpacing="15" />
</form>
<asp:Calendar id="cal1" runat="server" CellSpacing="15" />
</form>
演示實(shí)例 ?

相關(guān)文章
- ASP.NET Web Pages 全局文件
- ASP.NET MVC 簡(jiǎn)介
- ASP.NET MVC – 發(fā)布
- ASP.NET CheckBox 控件
- ASP.NET DropDownList 控件
- ASP.NET TableRow 控件
- ASP.NET XML 控件
- WebSecurity IsCurrentUser 方法
- HTML InputImage
- ASP.NET HTML 控件 Checkbox
- ASP.NET HTML 控件 Page.IsPostBack
- ASP.NET HTML 控件 ArrayList DropDownLis
- ASP.NET HTML 控件 SortedList RadioButtonList 1
- C# 實(shí)例 Switch 條件
- VB 實(shí)例 Array 數(shù)組
- VB 實(shí)例 Else If 條件
- VB 實(shí)例 顯示數(shù)據(jù)庫(kù)數(shù)據(jù)
- VB 實(shí)例 使用 WebGrid 顯示數(shù)據(jù)
- htmlform
- htmlimage 2