Class TabStyle

    Definition

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

    TabStyle is a class which saves Tab's ux data.

    public class TabStyle : ControlStyle, IDynamicResourceHandler, IDisposable
    Inheritance
    object
    BindableObject
    ViewStyle
    ControlStyle
    TabStyle
    Implements
    IDynamicResourceHandler
    IDisposable

    Constructors

    View Source

    TabStyle()

    Creates a new instance of a TabStyle.

    Declaration
    public TabStyle()
    View Source

    TabStyle(TabStyle)

    Creates a new instance of a TabStyle with style.

    Declaration
    public TabStyle(TabStyle style)
    Parameters
    Type Name Description
    TabStyle style

    Create TabStyle by style customized by user.

    Properties

    View Source

    ItemPadding

    Space in Tab.

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

    ItemSpace

    Gap between items.

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

    Text

    Text's style.

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

    UnderLine

    UnderLine's style.

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

    UseTextNaturalSize

    Flag to decide if item is fill with item text's natural width.

    Declaration
    public bool UseTextNaturalSize { get; set; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    CopyFrom(BindableObject)

    Copy properties of other ViewStyle to this.

    Declaration
    public override void CopyFrom(BindableObject bindableObject)
    Parameters
    Type Name Description
    BindableObject bindableObject
    Overrides
    ViewStyle.CopyFrom(BindableObject)

    Implements

    IDynamicResourceHandler
    IDisposable

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    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