Class TabIndicatorPlacement
Describes the possible values for selection indicator placement.
Inheritance
System.Object
TabIndicatorPlacement
Namespace: Syncfusion.Maui.TabView
Assembly: Syncfusion.Maui.TabView.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
Type |
---|
TabIndicatorPlacement |
Fill
Specifies the full content region of the tab item header.
Declaration
public const TabIndicatorPlacement Fill
Field Value
Type |
---|
TabIndicatorPlacement |
Top
Specifies the location above the content region of the tab item header.
Declaration
public const TabIndicatorPlacement Top
Field Value
Type |
---|
TabIndicatorPlacement |