Specifies the alignment type of the tabs.
Definition
Fields
Centers all tabs within the tab strip.
C#
Center = 2
Aligns all tabs to the end of the tab strip.
C#
End = 1
Spreads tabs out to evenly fill the width of the tab strip, with equal spacing between each tab.
C#
Justify = 3
Aligns all tabs to the beginning of the tab strip.
C#
Start = 0
Expands each tab to equally fill the available width of the tab strip.
C#
Stretched = 4