| KaxCalendarCellAlign Property |
Gets or sets the horizontal alignment of the date cells content inside the calendar area.
The HorizontalAlign enumeration is defined in System.Web.UI.WebControls
Namespace: Kettic.AspNet.Controls
Member name | Description |
|---|---|
Center | The contents of a container are centered. |
| Justify | The contents of a container are uniformly spread out and aligned with both the left and right margins. |
| Left | The contents of a container are left justified. |
| NotSet | The horizontal alignment is not set. |
| Right | The contents of a container are right justified. |