Show / Hide Table of Contents

    Class NativeLayout

    Inheritance
    System.Object
    NativeLayout
    ApplicationLayout
    EditFieldEntryLayout
    EntryLayout
    WidgetLayout
    Namespace: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public class NativeLayout : ElmSharp.Layout

    Constructors

    NativeLayout(EvasObject)

    Declaration
    public NativeLayout(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent

    Properties

    ThemeClass

    Declaration
    public string ThemeClass { get; }
    Property Value
    Type Description
    System.String

    ThemeGroup

    Declaration
    public string ThemeGroup { get; }
    Property Value
    Type Description
    System.String

    ThemeStyle

    Declaration
    public string ThemeStyle { get; }
    Property Value
    Type Description
    System.String

    Methods

    SetTheme(String, String, String)

    Declaration
    public void SetTheme(string klass, string group, string style)
    Parameters
    Type Name Description
    System.String klass
    System.String group
    System.String style
    Back to top Copyright © 2021 Samsung
    Generated by DocFX