Enum RenderingBehaviorType
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for Setting the rendering behavior of a Window.
public enum RenderingBehaviorType
Fields
| Name | Description |
|---|---|
| Continuously | Renders continuously. |
| IfRequired | Default. Only renders if required. |