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