Enum LoadPolicyType
Definition
- Assembly:
- Tizen.NUI.dll
Specifies the load policy types.
Decides when the image texture should be loaded.
public enum LoadPolicyType
Fields
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. |