Class TabPosition
The possible positions of the tab list in a Tab Strip in relation to the content.
Inheritance
System.Object
TabPosition
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class TabPosition : Enum
Fields
Bottom
The list of tabs is below the content.
Declaration
public const TabPosition Bottom
Field Value
TabPosition
|
Left
The list of tabs is to the left of the content.
Declaration
public const TabPosition Left
Field Value
TabPosition
|
Right
The list of tabs is to the right of the content.
Declaration
public const TabPosition Right
Field Value
TabPosition
|
Top
The list of tabs is above the content.
Declaration
public const TabPosition Top
Field Value
TabPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|