New to Telerik UI for BlazorStart a free 30-day trial

Specifies the alignment type of the tabs.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum TabStripTabAlignment

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
In this article
DefinitionFieldsCenterEndJustifyStartStretched
Not finding the help you need?
Contact Support