TabPosition
Enum
The possible positions of the tab list in a Tab Strip in relation to the content.
Definition
Fields
The list of tabs is below the content.
C#
Bottom = 1
The list of tabs is to the left of the content.
C#
Left = 2
The list of tabs is to the right of the content.
C#
Right = 3
The list of tabs is above the content.
C#
Top = 0