Defines the possible alignment of the TabStripElement in a TabStripPanel.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum TabStripAlignment
Fields
The element is positioned horizontally on the bottom edge.
C#
Bottom = 4
The panel itself decides where the element is positioned.
C#
Default = 0
The element is positioned vertically on the left edge.
C#
Left = 1
The element is positioned vertically on the right edge.
C#
Right = 3
The element is positioned horizontally on the top edge.
C#
Top = 2