Click or drag to resize
KaxCalendarCellVAlign Property

Gets or sets the vertical alignment of the date cells content inside the calendar area.

The VerticalAlign 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 VerticalAlign CellVAlign { get; set; }

Property Value

Type: VerticalAlign
Remarks
Member nameDescription
BottomText or object is aligned with the bottom of the enclosing control.
MiddleText or object is aligned with the center of the enclosing control.
NotSetVertical alignment is not set.
TopText or object is aligned with the top of the enclosing control.
See Also