Skip to content

TabControl.Orientation Enum

Horizontal alignment modes

C#
public enum TabControl.Orientation

Tabs should be placed at the top of the control.

C#
Top = 0

Tabs should be placed at the bottom of the control.

C#
Bottom = 1

Tabs should be placed to the left of the control.

C#
Left = 2

Tabs should be placed to the right of the control.

C#
Right = 3