Definition
- Namespace:
- Tizen.NUI.EXaml
- Assembly:
- Tizen.NUI.dll
public static class EXamlExtensions : object
- Inheritance
-
Properties
Declaration
public static Assembly MainAssembly { get; set; }
Property Value
Type |
Description |
Assembly |
|
Methods
Declaration
public static object CreateObjectFromEXaml(string eXamlStr)
Parameters
Type |
Name |
Description |
String |
eXamlStr |
|
Returns
Declaration
public static void DisposeXamlElements(object view)
Parameters
Type |
Name |
Description |
Object |
view |
|
Declaration
public static T LoadFromEXaml<T>(this T view, string eXamlStr)
Parameters
Type |
Name |
Description |
T |
view |
|
String |
eXamlStr |
|
Returns
Type Parameters
Declaration
public static object LoadFromEXamlByRelativePath<T>(this T view, string eXamlPath)
Parameters
Type |
Name |
Description |
T |
view |
|
String |
eXamlPath |
|
Returns
Type Parameters
Declaration
public static TXaml LoadFromEXamlPath<TXaml>(this TXaml view, string path)
Parameters
Type |
Name |
Description |
TXaml |
view |
|
String |
path |
|
Returns
Type Parameters
Declaration
public static T LoadFromEXamlPath<T>(this T view, Type callingType)
Parameters
Type |
Name |
Description |
T |
view |
|
Type |
callingType |
|
Returns
Type Parameters
Declaration
public static void RemoveEventsInXaml(object eXamlData)
Parameters
Type |
Name |
Description |
Object |
eXamlData |
|