RadTabStrip for ASP.NET

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


Summary description for RadTabStripOrientation.  

 

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

Syntax

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

Members

MemberDescription
HorizontalTopToBottom The RadTabStrip is horizontal, any child sub tabs will appear below the main RadTabStrip.
HorizontalBottomToTop The RadTabStrip is horizontal, any child sub tabs will appear above the main RadTabStrip.
VerticalLeftToRight The RadTabStrip is vertical, any child sub tabs will appear to the right of the main RadTabStrip.
VerticalRightToLeft The RadTabStrip is vertical, any child sub tabs will appear to the left of the main RadTabStrip.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.RadTabStripOrientation

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