Class DefaultLinearItemStyle

    Definition

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

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

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

    Constructors

    View Source

    DefaultLinearItemStyle()

    Creates a new instance of a DefaultLinearItemStyle.

    Declaration
    public DefaultLinearItemStyle()
    View Source

    DefaultLinearItemStyle(DefaultLinearItemStyle)

    Creates a new instance of a DefaultLinearItemStyle with style.

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

    Create DefaultLinearItemStyle by style customized by user.

    Properties

    View Source

    Extra

    Extra's style.

    Declaration
    public ViewStyle Extra { get; set; }
    Property Value
    Type Description
    ViewStyle
    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
    View Source

    SubLabel

    Sublabel Text's style.

    Declaration
    public TextLabelStyle SubLabel { get; set; }
    Property Value
    Type Description
    TextLabelStyle

    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