Gets or sets the docking direction of the tabs.

Namespace:  C1.Web.UI.Controls.C1TabControl
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public TabDirection Direction { get; set; }
Visual Basic (Declaration)
Public Property Direction As TabDirection
	Get
	Set

Remarks

The default value for this property is TabDirection.Top.

See Also