Class HeaderPosition
Enum for the different positions where a tab header can be placed.
Inheritance
System.Object
HeaderPosition
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class HeaderPosition : Enum
Fields
Bottom
Places the tab header at the bottom.
Declaration
public const HeaderPosition Bottom
Field Value
Type |
---|
HeaderPosition |
Left
Places the tab header on the left.
Declaration
public const HeaderPosition Left
Field Value
Type |
---|
HeaderPosition |
Right
Places the tab header on the right.
Declaration
public const HeaderPosition Right
Field Value
Type |
---|
HeaderPosition |
Top
Places the tab header at the top.
Declaration
public const HeaderPosition Top
Field Value
Type |
---|
HeaderPosition |