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