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