Enumeration that determines the direction of tabs comparing to the content.

Namespace:  C1.Web.UI.Controls.C1TabStrip
Assembly:  C1TabStripClient (in C1TabStripClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1TabStrip.TabDirection = function();

Type.createClass(
	'C1.Web.UI.Controls.C1TabStrip.TabDirection',
	Enum);

Inheritance Hierarchy

System..::..Object
  System..::..ValueType
    System..::..Enum
      C1.Web.UI.Controls.C1TabStrip..::..TabDirection

See Also