Gets or sets the direction of the tabs.

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

Syntax

C#
[DescriptionAttribute("Gets or sets the direction of the tabs.")]
[LayoutAttribute(LayoutType.Appearance)]
[CategoryAttribute("Appearance")]
public TabDirection Direction { get; set; }
Visual Basic (Declaration)
<DescriptionAttribute("Gets or sets the direction of the tabs.")> _
<LayoutAttribute(LayoutType.Appearance)> _
<CategoryAttribute("Appearance")> _
Public Property Direction As TabDirection
	Get
	Set

Remarks

The default value for this property is TabDirection.Top.

See Also