Class TabViewScrollOrientation
Specifies the scoll orientation of the tabs in the RadTabView.
Inheritance
System.Object
TabViewScrollOrientation
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class TabViewScrollOrientation : Enum
Fields
Horizontal
Specifies that the tabs should be scrolled in horizontal direction.
Declaration
public const TabViewScrollOrientation Horizontal
Field Value
TabViewScrollOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
Specifies that the tabs should be scrolled in vertical direction.
Declaration
public const TabViewScrollOrientation Vertical
Field Value
TabViewScrollOrientation
|