Library Blazor Components PageControl Reference Classes PageControl TabHeight

TabHeight

Specifies a height of all tabs. If null the height of each tab will be calculated depending on Tab's content.

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

Sign in