Enum TabPositions
Defines the possible positions of the tab items relatively to the base area.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum TabPositions
Bottom
The tab items will appear on the bottom of the base area.
Left
The tab items will appear on the left of the base area.
Right
The tab items will appear on the right of the base area.
Top
The tab items will appear on the top of the base area.