RadTabStrip for ASP.NET

RadTabStrip Send comments on this topic.
TabStripAlign Enumeration
See Also  
Telerik.WebControls Namespace : TabStripAlign Enumeration


The alignment of the RadTabStrip Tabs.  

 

Namespace: Telerik.WebControls
Assembly: RadTabStrip (in RadTabStrip.dll)

Syntax

Visual Basic (Declaration) 
Public Enum TabStripAlign 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As TabStripAlign
C# 
public enum TabStripAlign : Enum 

Members

MemberDescription
Left The Tabs will be aligned to the left.
Center The Tabs will be centered in the middle.
Right The Tabs will be aligned to the right.
Justify The Tabs will be justified.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.TabStripAlign

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: RadTabStrip (in RadTabStrip.dll)

See Also