Class ApplicationLayout
Inheritance
System.Object
ApplicationLayout
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 |
|