Gets or sets orientation of the tabstrip.

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 zindex order of overlapped tabs.")]
[CategoryAttribute("Appearance")]
[LayoutAttribute(LayoutType.Appearance)]
public OverlapOrder OverlapOrder { get; set; }
Visual Basic (Declaration)
<DescriptionAttribute("Gets or sets zindex order of overlapped tabs.")> _
<CategoryAttribute("Appearance")> _
<LayoutAttribute(LayoutType.Appearance)> _
Public Property OverlapOrder As OverlapOrder
	Get
	Set

Remarks

The default value for this property is OverlapOrder.Ascending.

See Also