Click or drag to resize
KaxTimeViewHorizontalAlign Property
Gets or sets the horizontal alignment of the KaxTimeView control.

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

Property Value

Type: HorizontalAlign
One of the HorizontalAlign enumeration values. The default is NotSet.
Remarks
Use the HorizontalAlign property to specify the horizontal alignment of the data list control within its container. This property is set with one of the HorizontalAlign enumeration values.
See Also