Click or drag to resize
KaxCalendarTitleAlign Property

Gets or sets the horizontal alignment of the calendar title.

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

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public HorizontalAlign TitleAlign { get; set; }

Property Value

Type: HorizontalAlign
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.
See Also