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:
C#
public enum TabViewHeaderPosition
Fields
Specifies that the header area should be placed at the bottom of the content area.
C#
Bottom = 1
Specifies that the header area should be placed to the left of the content area.
C#
Left = 2
Specifies that the header area should be placed to the right of the content area.
C#
Right = 3
Specifies that the header area should be placed on the top of the content area.
C#
Top = 0