Enum ReleasePolicyType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
5

Specifies the release policy types.
Decides if the image should be cached in different conditions.

C#
Copy
public enum ReleasePolicyType
Name Description
Destroyed

Image is only released when visual is destroyed.

Detached

Image is released when visual detached from scene.

Never

Image is not released.