Enum
TabViewHeaderPosition

Specifies the relative position of the header area in respect to the content area of the RadTabView control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum TabViewHeaderPosition

Fields

Bottom

Specifies that the header area should be placed at the bottom of the content area.

Declaration

cs-api-definition
Bottom = 1

Field Value

TabViewHeaderPosition

Left

Specifies that the header area should be placed to the left of the content area.

Declaration

cs-api-definition
Left = 2

Field Value

TabViewHeaderPosition

Right

Specifies that the header area should be placed to the right of the content area.

Declaration

cs-api-definition
Right = 3

Field Value

TabViewHeaderPosition

Top

Specifies that the header area should be placed on the top of the content area.

Declaration

cs-api-definition
Top = 0

Field Value

TabViewHeaderPosition

In this article
DefinitionFieldsBottomLeftRightTop
Not finding the help you need?
Contact Support