Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabDisplayMode

    Show / Hide Table of Contents

    Class TabDisplayMode

    Describes the possible values for the display type of headers in SfTabView control.

    Inheritance
    System.Object
    TabDisplayMode
    Namespace: Syncfusion.XForms.TabView
    Assembly: Syncfusion.SfTabView.XForms.dll
    Syntax
    public sealed class TabDisplayMode : Enum

    Fields

    Image

    Specifies the image type for header in SfTabView control.

    Declaration
    public const TabDisplayMode Image
    Field Value
    Type Description
    TabDisplayMode

    ImageWithText

    Specifies both image as well as text for the header in SfTabView control.

    Declaration
    public const TabDisplayMode ImageWithText
    Field Value
    Type Description
    TabDisplayMode

    NoHeader

    Specifies the no header in SfTabView control.

    Declaration
    public const TabDisplayMode NoHeader
    Field Value
    Type Description
    TabDisplayMode

    Text

    Specifies the text type for header in SfTabView control.

    Declaration
    public const TabDisplayMode Text
    Field Value
    Type Description
    TabDisplayMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved