Class TabItem

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    TabView provides Add(TabItem tabItem) to add a tab from the given TabItem. TabItem contains Title and IconUrl of a new TabButton in TabView's TabBar and Content of a new View in TabView's TabContent.

    public class TabItem
    Inheritance
    object
    TabItem

    Constructors

    View Source

    TabItem()

    Creates a new instance of TabItem.

    Declaration
    public TabItem()

    Properties

    View Source

    Content

    Content of TabItem. Content is added to TabView's TabContent.

    Declaration
    public View Content { get; set; }
    Property Value
    Type Description
    View
    View Source

    IconUrl

    IconUrl of TabItem. IconUrl is set to the IconUrl of a new TabButton in TabView's TabBar.

    Declaration
    public string IconUrl { get; set; }
    Property Value
    Type Description
    string
    View Source

    TabButtonStyle

    TabButton style applied to a new TabButton when TabView adds TabItem.

    Declaration
    public TabButtonStyle TabButtonStyle { get; set; }
    Property Value
    Type Description
    TabButtonStyle
    View Source

    Title

    Title of TabItem. Title is set to the Text of a new TabButton in TabView's TabBar.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX