Class DefaultTitleItemStyle

    Definition

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

    DefaultTitleItemStyle is a class which saves DefaultLinearItem's ux data.

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

    Constructors

    View Source

    DefaultTitleItemStyle()

    Creates a new instance of a DefaultTitleItemStyle.

    Declaration
    public DefaultTitleItemStyle()
    View Source

    DefaultTitleItemStyle(DefaultTitleItemStyle)

    Creates a new instance of a DefaultTitleItemStyle with style.

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

    Create DefaultTitleItemStyle by style customized by user.

    Properties

    View Source

    Icon

    Icon's style.

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

    Label

    Label Text's style.

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

    Seperator

    Seperator's style.

    Declaration
    public ViewStyle Seperator { get; set; }
    Property Value
    Type Description
    ViewStyle

    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
    RecyclerViewItemStyle.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