| 
    Tizen Native API
    5.5
    
   
   | 
  
  
  
 
Dali::Toolkit::ImageVisual::LoadPolicy Namespace Reference
  The policy determining if the image is loaded when the visual is staged or created. More...
Enumerations | |
| enum | Type | 
| The available named elements that define the LoadPolicy.  More... | |
Detailed Description
The policy determining if the image is loaded when the visual is staged or created.
- Since:
 - 4.0, DALi version 1.3.5
 
Enumeration Type Documentation
The available named elements that define the LoadPolicy.
- Since:
 - 4.0, DALi version 1.3.5
 
- Enumerator:
 IMMEDIATE The image is loaded when the ImageVisual is created.
ATTACHED The image is loaded when the ImageVisual is attached to the stage.