Skip to main content
Version: 3.5

TabAlignment

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the locations of the tabs in a tab control.

public enum TabAlignment : Enum

Fields

NameDescription
BottomThe tab buttons are located across the bottom of the control.
LeftThe tab buttons are located along the left edge of the control.
RightThe tab buttons are located along the right edge of the control.
TopThe tab buttons are located across the top of the control.

Used By

NameDescription
TabControl.AlignmentReturns or sets the area of the control (for example, along the top) where the tabs are aligned.
MdiTabProperties.AlignmentReturns or sets the area of the control (for example, along the top) where the tabs are aligned.