Enum HeaderPosition
Enum for the different positions where a tab header can be placed.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum HeaderPosition
Fields
| Name | Description |
|---|---|
| Bottom | Places the tab header at the bottom. |
| Left | Places the tab header on the left. |
| Right | Places the tab header on the right. |
| Top | Places the tab header at the top. |