Click or drag to resize
TabControlAlign Enumeration
Specifies the alignment of tabs within 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 enum TabControlAlign
Members
  Member nameValueDescription
Left0 The Tabs will be aligned to the left.
Center1 The Tabs will be centered in the middle.
Right2 The Tabs will be aligned to the right.
Justify3 The Tabs will be justified.
See Also