Enum LoadPolicyType

Definition

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

Specifies the load policy types.
Decides when the image texture should be loaded.

C#
Copy
public enum LoadPolicyType
Name Description
Attached

Only load texture once the visual is attached, when the image needs to be shown.

Immediate

Load texture once the image source has been provided. Even if not being used yet.