Class TabViewHeaderPosition
Specifies the relative position of the header area in respect to the content area of the RadTabView control.
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class TabViewHeaderPosition : Enum
Fields
Bottom
Specifies that the header area should be placed at the bottom of the content area.
Declaration
public const TabViewHeaderPosition Bottom
Field Value
TabViewHeaderPosition
|
Left
Specifies that the header area should be placed to the left of the content area.
Declaration
public const TabViewHeaderPosition Left
Field Value
TabViewHeaderPosition
|
Right
Specifies that the header area should be placed to the right of the content area.
Declaration
public const TabViewHeaderPosition Right
Field Value
TabViewHeaderPosition
|
Top
Specifies that the header area should be placed on the top of the content area.
Declaration
public const TabViewHeaderPosition Top
Field Value
TabViewHeaderPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|