Click or drag to resize
TabControlOrientation Enumeration
Specifies the way tabs can be oriented

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 TabControlOrientation
Members
  Member nameValueDescription
HorizontalTop0 KaxTabControl is above the content (e.g. KaxMultiPage). Child tabs (if any) are shown below parent tabs.
HorizontalBottom1 KaxTabControl is below the content (e.g. KaxMultiPage). Child tabs (if any) are shown above parent tabs.
VerticalRight2 KaxTabControl is on the right side of the content (e.g. KaxMultiPage). Child tabs (if any) are shown on the left side of parent tabs.
VerticalLeft3 KaxTabControl is on the left side of the content (e.g. KaxMultiPage). Child tabs (if any) are shown on the right side of parent tabs.
See Also