Enum TabStripAlign
The align of the buttons in the TabStrip.
Namespace: Telerik.Windows.Controls.TabControl
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public enum TabStripAlign
Center
The buttons are centered. If there is not enough space they would be justified.
Justify
The buttons are stretched or shrinked to fill the available space.
Left
The buttons are stacked on the left side. If there is not enough space they would be justified.
Right
The buttons would be stacked on the right side. If there is not enough space they would be justified.