Enum RenderingBehaviorType
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 5
Enumeration for Setting the rendering behavior of a Window.
C#Copypublic enum RenderingBehaviorType : int
Name | Description |
---|---|
Continuously | Renders continuously. |
IfRequired | Default. Only renders if required. |