Class TabBarDisplayMode
Describes the possible values for the display types in the header layout.
Inheritance
System.Object
TabBarDisplayMode
Namespace: Syncfusion.Maui.TabView
Assembly: Syncfusion.Maui.TabView.dll
Syntax
public sealed class TabBarDisplayMode : Enum
Fields
Default
Specifies both image and text type for header.
Declaration
public const TabBarDisplayMode Default
Field Value
Type |
---|
TabBarDisplayMode |
Image
Specifies the image type for header.
Declaration
public const TabBarDisplayMode Image
Field Value
Type |
---|
TabBarDisplayMode |
Text
Specifies the text type for header.
Declaration
public const TabBarDisplayMode Text
Field Value
Type |
---|
TabBarDisplayMode |