Class TabStripTabAlignment
Specifies the alignment type of the tabs.
Inheritance
System.Object
TabStripTabAlignment
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class TabStripTabAlignment : Enum
Fields
Center
Centers all tabs within the tab strip.
Declaration
public const TabStripTabAlignment Center
Field Value
TabStripTabAlignment
|
End
Aligns all tabs to the end of the tab strip.
Declaration
public const TabStripTabAlignment End
Field Value
TabStripTabAlignment
|
Justify
Spreads tabs out to evenly fill the width of the tab strip, with equal spacing between each tab.
Declaration
public const TabStripTabAlignment Justify
Field Value
TabStripTabAlignment
|
Start
Aligns all tabs to the beginning of the tab strip.
Declaration
public const TabStripTabAlignment Start
Field Value
TabStripTabAlignment
|
Stretched
Expands each tab to equally fill the available width of the tab strip.
Declaration
public const TabStripTabAlignment Stretched
Field Value
TabStripTabAlignment
|
value__
Declaration
public int value__
Field Value
System.Int32
|