Enum
TabStripTabAlignment

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.

Declaration

cs-api-definition
Center = 2

Field Value

TabStripTabAlignment

End

Aligns all tabs to the end of the tab strip.

Declaration

cs-api-definition
End = 1

Field Value

TabStripTabAlignment

Justify

Spreads tabs out to evenly fill the width of the tab strip, with equal spacing between each tab.

Declaration

cs-api-definition
Justify = 3

Field Value

TabStripTabAlignment

Start

Aligns all tabs to the beginning of the tab strip.

Declaration

cs-api-definition
Start = 0

Field Value

TabStripTabAlignment

Stretched

Expands each tab to equally fill the available width of the tab strip.

Declaration

cs-api-definition
Stretched = 4

Field Value

TabStripTabAlignment

In this article
DefinitionFieldsCenterEndJustifyStartStretched
Not finding the help you need?
Contact Support