EnumTabViewHeaderPosition
Enum
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.
Left
Specifies that the header area should be placed to the left of the content area.
Right
Specifies that the header area should be placed to the right of the content area.
Top
Specifies that the header area should be placed on the top of the content area.