Class EXamlExtensions
Definition
- Namespace:
- Tizen.NUI.EXaml
- Assembly:
- Tizen.NUI.dll
public static class EXamlExtensions
- Inheritance
-
Methods
View Source
DisposeXamlElements(object)
Declaration
public static void DisposeXamlElements(object view)
Parameters
| Type |
Name |
Description |
| object |
view |
|
View Source
LoadFromEXamlByRelativePath<T>(T, string)
Declaration
public static object LoadFromEXamlByRelativePath<T>(this T view, string eXamlPath)
Parameters
| Type |
Name |
Description |
| T |
view |
|
| string |
eXamlPath |
|
Returns
Type Parameters
View Source
RemoveEventsInXaml(object)
Declaration
public static void RemoveEventsInXaml(object eXamlData)
Parameters
| Type |
Name |
Description |
| object |
eXamlData |
|