asp.net.ph

Calendar.TitleStyle Property

System.Web.UI.WebControls Namespace   Calendar Class


Returns the style properties of the Calendar title. This property is read-only.

[ VB ]
Public ReadOnly Property TitleStyle As Style

[ C# ]
public Style TitleStyle {get;}

[ C++ ]
public: __property Style* get_TitleStyle ( );

[ JScript ]
public function get TitleStyle ( ) : Style;

Property Value

A Style that contains the style properties for the Calendar title. The default value is an empty Style.

Example

The following example demonstrates how to set the TitleStyle to a red foreColor.

<asp:Calendar id = "myCalendar" runat = "server"
   TitleStyle-ForeColor = "#ff0000" />
See Also

Calendar Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph