X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fimage-visual-properties-devel.h;h=a10a3f814bef075813c257dafb51e01847409b35;hp=63efcb3e20c2c2130959374e5a4b7816f8ea3441;hb=55e5ea8082729deca6f0f43f01aeae8dd51a4bdb;hpb=fd850e301e2c219e5d084fa9d4673eede8fc862c diff --git a/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h b/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h index 63efcb3..a10a3f8 100644 --- a/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h +++ b/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h @@ -138,7 +138,14 @@ enum Type * And the array contains 2 integer values which are the frame numbers, the start frame number and the end frame number of the layer. * @note This property is read-only. */ - CONTENT_INFO = ORIENTATION_CORRECTION + 10 + CONTENT_INFO = ORIENTATION_CORRECTION + 10, + + /** + * @brief Whether to redraw the image when the visual is scaled down. + * @details Name "redrawInScalingDown", type Property::BOOLEAN. + * @note It is used in the AnimatedVectorImageVisual. The default is true. + */ + REDRAW_IN_SCALING_DOWN }; } //namespace Property