Class TabViewHeaderPosition
Specifies the relative position of the header area in respect to the content area
of the Rad
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
Left
Specifies that the header area should be placed to the left of the content area.
Declaration
public const TabViewHeaderPosition Left
Field Value
Right
Specifies that the header area should be placed to the right of the content area.
Declaration
public const TabViewHeaderPosition Right
Field Value
Top
Specifies that the header area should be placed on the top of the content area.
Declaration
public const TabViewHeaderPosition Top
Field Value
value__
Declaration
public int value__
Field Value
System.
|