Click or drag to resize
KaxTabControlAlign Property
Gets or sets the alignment of the tabs in the KaxTabControl 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 TabControlAlign Align { get; set; }

Property Value

Type: TabControlAlign
One of the TabControlAlign enumeration values. The default value is Left.
See Also