Library Blazor Components PageControl Reference Classes PageControl TabWidth

TabWidth

Specifies a width for every individual tab. If set to null the width of each tab will be calculated depending on Tab's content.

razor
[Parameter]
public string? TabsWidth { get; set; }

Sign in