EnumTabStripAlignment
Enum
Defines the possible alignment of the TabStripElement in a TabStripPanel.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public enum TabStripAlignment
Fields
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.