Show / Hide Table of Contents

    Class ApplicationLayout

    Inheritance
    System.Object
    NativeLayout
    ApplicationLayout
    Inherited Members
    NativeLayout.ThemeClass
    NativeLayout.ThemeGroup
    NativeLayout.ThemeStyle
    NativeLayout.SetTheme(String, String, String)
    Namespace: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public class ApplicationLayout : NativeLayout

    Constructors

    ApplicationLayout(EvasObject, String)

    Declaration
    public ApplicationLayout(EvasObject parent, string style = "default")
    Parameters
    Type Name Description
    EvasObject parent
    System.String style

    Methods

    SetBackgroundPart(EvasObject, Boolean)

    Declaration
    public bool SetBackgroundPart(EvasObject content, bool preserveOldContent = false)
    Parameters
    Type Name Description
    EvasObject content
    System.Boolean preserveOldContent
    Returns
    Type Description
    System.Boolean

    SetContentPart(EvasObject, Boolean)

    Declaration
    public bool SetContentPart(EvasObject content, bool preserveOldContent = false)
    Parameters
    Type Name Description
    EvasObject content
    System.Boolean preserveOldContent
    Returns
    Type Description
    System.Boolean
    Back to top Copyright © 2021 Samsung
    Generated by DocFX