Class StyleBase

    Definition

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

    StyleBase class.

    public class StyleBase
    Inheritance
    object
    StyleBase

    Constructors

    View Source

    StyleBase()

    StyleBase construct.

    Declaration
    public StyleBase()

    Properties

    View Source

    Content

    Content object.

    Declaration
    protected object Content { get; set; }
    Property Value
    Type Description
    object

    Methods

    View Source

    GetViewStyle()

    Get view style.

    Declaration
    protected virtual ViewStyle GetViewStyle()
    Returns
    Type Description
    ViewStyle

    ViewStyle

    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