Enum TabStripAlignment
Defines the possible alignment of the TabStripElement in a TabStripPanel.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum TabStripAlignment
Bottom
The element is positioned horizontally on the bottom edge.
Default
The panel itself decides where the element is positioned.
Left
The element is positioned vertically on the left edge.
Right
The element is positioned vertically on the right edge.
Top
The element is positioned horizontally on the top edge.