Gets or sets the default alignment of the tabstrip.

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

Syntax

C#
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Gets or sets the default alignment of the tabstrip.")]
[LayoutAttribute(LayoutType.Appearance)]
public TabAlignment Alignment { get; set; }
Visual Basic (Declaration)
<CategoryAttribute("Appearance")> _
<DescriptionAttribute("Gets or sets the default alignment of the tabstrip.")> _
<LayoutAttribute(LayoutType.Appearance)> _
Public Property Alignment As TabAlignment
	Get
	Set

Remarks

The default value for this property is TabAlignment.Left.

See Also