RadCalendar for ASP.NET

RadCalendar Send comments on this topic.
TitleAlign Property
See Also 
Telerik.WebControls Namespace > RadCalendar Class : TitleAlign Property


Gets or sets the horizontal alignment of the calendar title.

The HorizontalAlign enumeration is defined in System.Web.UI.WebControls

  

 

Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)

Syntax

Visual Basic (Declaration) 
Public Property TitleAlign As HorizontalAlign
Visual Basic (Usage)Copy Code
Dim instance As RadCalendar
Dim value As HorizontalAlign
 
instance.TitleAlign = value
 
value = instance.TitleAlign
C# 
public HorizontalAlign TitleAlign {get; set;}

Remarks

Member name

Description

Center

The contents of a container are centered.
JustifyThe contents of a container are uniformly spread out and aligned with both the left and right margins.
LeftThe contents of a container are left justified.
NotSetThe horizontal alignment is not set.
RightThe contents of a container are right justified.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also