Class HeaderPosition
Options to set the orientation of Tab header.
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 | Description |
---|---|
HeaderPosition |
Left
Places the Tab header on the left.
Declaration
public const HeaderPosition Left
Field Value
Type | Description |
---|---|
HeaderPosition |
Right
Places the Tab header on the right.
Declaration
public const HeaderPosition Right
Field Value
Type | Description |
---|---|
HeaderPosition |
Top
Places the Tab header on the top.
Declaration
public const HeaderPosition Top
Field Value
Type | Description |
---|---|
HeaderPosition |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |