menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class TabBarDisplayMode - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TabBarDisplayMode

    Describes the possible values for the display types in the header layout.

    Inheritance
    System.Object
    TabBarDisplayMode
    Namespace: Syncfusion.Maui.Toolkit.TabView
    Assembly: Syncfusion.Maui.Toolkit.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved