Enum TabPosition
Specifies the ways a RadzenTabs component renders its titles.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum TabPosition : int
Fields
Name | Description |
---|---|
Bottom | The RadzenTabs titles are displayed at the bottom of the component. |
BottomRight | The RadzenTabs titles are displayed at the bottom right side of the component. |
Left | The RadzenTabs titles are displayed at the left side of the component. |
Right | The RadzenTabs titles are displayed at the right side of the component. |
Top | The RadzenTabs titles are displayed at the top of the component. |
TopRight | The RadzenTabs titles are displayed at the top right side of the component. |