Defines the possible orientation of text within a TabStripPanel.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum TabStripTextOrientation
Fields
Default orientation is used, depending on the alignment of the TabStrip.
C#
Default = 0
Text is oriented horizontally.
C#
Horizontal = 1
Text is oriented vertically.
C#
Vertical = 2