ASP.NET Calendar CaptionAlign 属性
ASP.NET Calendar CaptionAlign 属性
Calendar 控件定义和用法
CaptionAlign 属性用于设置或返回日历的标题文本的对齐方式。
语法
<asp:Calendar Caption="text" CaptionAlign="align" runat="server" />
属性 | 描述 |
---|---|
align | 规定标题文本的对齐方式。 可能的值:
|
实例
下面的实例设置了日历中的 Caption 属性,把标题排列到日历的底部:
<form runat="server">
<asp:Calendar id="cal1" runat="server"
Caption="This is a Caption text"
CaptionAlign="bottom" />
</form>
<asp:Calendar id="cal1" runat="server"
Caption="This is a Caption text"
CaptionAlign="bottom" />
</form>
演示实例 »
相关文章
- ASP.NET Web Pages Email
- ASP.NET Web Pages PHP
- ASP.NET Web Pages 类参考手册
- ASP.NET Razor C# 逻辑
- ASP.NET MVC 模型
- ASP.NET ImageButton 控件
- ASP.NET Literal 控件
- ASP.NET Panel 控件
- ASP.NET RadioButton 控件
- HTML InputCheckbox
- HTML InputHidden
- ASP.NET HTML 控件 linkbutton
- ASP.NET HTML 控件 Radiobutton
- ASP.NET HTML 控件 Repeater
- ASP.NET HTML 控件 RegularExpressionValidator
- ASP.NET HTML 控件 ArrayList DropDownLis
- ASP.NET HTML 控件 SortedList DropDownList
- C# 实例 Else If 条件
- C# 实例 Switch 条件
- VB 实例 使用数据库 实例解释