Tizen Native API  3.0
Dali::Toolkit::ImageVisual::Property Namespace Reference

ImageVisual Property. More...

Enumerations

enum  
 ImageVisual Property. More...

Detailed Description

ImageVisual Property.

Since:
3.0, DALi version 1.1.45

Enumeration Type Documentation

anonymous enum

ImageVisual Property.

Since:
3.0, DALi version 1.1.45
Enumerator:
URL 

The URL of the image.

Name "url", type Property::STRING.

Since:
3.0, DALi version 1.1.45
Note:
Mandatory.
FITTING_MODE 

Fitting options, used when resizing images to fit desired dimensions.

Name "fittingMode", type Dali::FittingMode (Property::INTEGER) or Property::STRING.

Since:
3.0, DALi version 1.1.45
Note:
Optional. If not supplied, default is FittingMode::SHRINK_TO_FIT.
For Normal Quad images only.
See also:
Dali::FittingMode
SAMPLING_MODE 

Filtering options, used when resizing images to sample original pixels.

Name "samplingMode", type Dali::SamplingMode (Property::INTEGER) or Property::STRING.

Since:
3.0, DALi version 1.1.45
Note:
Optional. If not supplied, default is SamplingMode::BOX.
For Normal Quad images only.
See also:
Dali::SamplingMode
DESIRED_WIDTH 

The desired image width.

Name "desiredWidth", type Property::INTEGER.

Since:
3.0, DALi version 1.1.45
Note:
Optional. If not specified, the actual image width is used.
For Normal Quad images only.
DESIRED_HEIGHT 

The desired image height.

Name "desiredHeight", type Property::INTEGER.

Since:
3.0, DALi version 1.1.45
Note:
Optional. If not specified, the actual image height is used.
For Normal Quad images only.
SYNCHRONOUS_LOADING 

Whether to load the image synchronously.

Name "synchronousLoading", type Property::BOOLEAN.

Since:
3.0, DALi version 1.1.45
Note:
Optional. If not specified, the default is false, i.e. the image is loaded asynchronously.
For Normal Quad images only.
BORDER_ONLY 

If true, only draws the borders.

Name "borderOnly", type Property::BOOLEAN.

Since:
3.0, DALi version 1.1.45
Note:
Optional. If not specified, the default is false.
For N-Patch images only.
PIXEL_AREA 

The image area to be displayed.

Name "pixelArea", type Property::VECTOR4. It is a rectangular area. The first two elements indicate the top-left position of the area, and the last two elements are the area width and height respectively.

Since:
4.0, DALi version 1.2.1
Note:
Optional. If not specified, the default value is [0.0, 0.0, 1.0, 1.0], i.e. the entire area of the image.
For Normal Quad images only.
WRAP_MODE_U 

The wrap mode for u coordinate.

Name "wrapModeU", type Dali::WrapMode::Type (Property::INTEGER) or Property::STRING It decides how the texture should be sampled when the u coordinate exceeds the range of 0.0 to 1.0.

Since:
4.0, DALi version 1.2.1
Note:
Optional. If not specified, the default is CLAMP.
For Normal QUAD image only.
WRAP_MODE_V 

The wrap mode for v coordinate.

Name "wrapModeV", type Dali::WrapMode::Type (Property::INTEGER) or Property::STRING it decides how the texture should be sampled when the v coordinate exceeds the range of 0.0 to 1.0.

Since:
4.0, DALi version 1.2.1
Note:
Optional. If not specified, the default is CLAMP.
For Normal QUAD image only.