Class TabIndicatorPlacement
Describes the possible values for selection indicator placement.
Inheritance
System.Object
TabIndicatorPlacement
Namespace: Syncfusion.Maui.Toolkit.TabView
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class TabIndicatorPlacement : Enum
Fields
Bottom
Specifies the location below the content region of the tab item header.
Declaration
public const TabIndicatorPlacement Bottom
Field Value
Fill
Specifies the full content region of the tab item header.
Declaration
public const TabIndicatorPlacement Fill
Field Value
Top
Specifies the location above the content region of the tab item header.
Declaration
public const TabIndicatorPlacement Top