Class ElementTemplate
Definition
- Assembly:
- Tizen.NUI.dll
Base class for DataTemplate and ControlTemplate classes.
public class ElementTemplate
- Inheritance
-
objectElementTemplate
- Derived
Methods
View SourceCreateContent()
Used by the XAML infrastructure to load data templates and set up the content of the resulting UI.
Declaration
public object CreateContent()
Returns
Type | Description |
---|---|
object | Object created by DataTemplate |