Class TabButtonStyle

    Definition

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

    TabButtonStyle is a class which saves TabButton's ux data.

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

    Constructors

    View Source

    TabButtonStyle()

    Creates a new instance of a TabButtonStyle.

    Declaration
    public TabButtonStyle()
    View Source

    TabButtonStyle(TabButtonStyle)

    Creates a new instance of a TabButtonStyle with style.

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

    Create TabButtonStyle by style customized by user.

    Properties

    View Source

    IconSizeWithIconOnly

    Gets or sets the size of icon with icon only for the width, the height, and the depth.

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

    SizeWithIcon

    Gets or sets the size of a view with icon for the width, the height, and the depth.

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

    SizeWithIconOnly

    Gets or sets the size of a view with icon only for the width, the height, and the depth.

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

    TextSizeWithIcon

    Gets or sets the text font size with icon.

    Declaration
    public float TextSizeWithIcon { get; set; }
    Property Value
    Type Description
    float

    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
    ButtonStyle.CopyFrom(BindableObject)

    Implements

    IDynamicResourceHandler
    IDisposable

    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