EnumTabStripTabAlignment
Enum
Specifies the alignment type of the tabs.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public enum TabStripTabAlignment
Fields
Center
Centers all tabs within the tab strip.
End
Aligns all tabs to the end of the tab strip.
Justify
Spreads tabs out to evenly fill the width of the tab strip, with equal spacing between each tab.
Start
Aligns all tabs to the beginning of the tab strip.
Stretched
Expands each tab to equally fill the available width of the tab strip.