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=413b556a6157b819d86f077642c750c4bd08286e;hp=a10a3f814bef075813c257dafb51e01847409b35;hb=8c45458b64211285df3df591dfcb628126a1bc0e;hpb=55e5ea8082729deca6f0f43f01aeae8dd51a4bdb 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 a10a3f8..413b556 100644 --- a/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h +++ b/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h @@ -104,14 +104,14 @@ enum Type PLAY_STATE = ORIENTATION_CORRECTION + 5, /** - * @brief The current frame number the AnimatedVectorImageVisual will use. + * @brief The current frame number the AnimatedImageVisual and AnimatedVectorImageVisual will use. * @details Name "currentFrameNumber", Type Property::INTEGER, between [0, the maximum frame number] or between the play range if specified * @note This property is read-only. */ CURRENT_FRAME_NUMBER = ORIENTATION_CORRECTION + 6, /** - * @brief The total frame number the AnimatedVectorImageVisual will use. + * @brief The total frame number the AnimatedImageVisual and AnimatedVectorImageVisual will use. * @details Name "totalFrameNumber", Type Property::INTEGER. * @note This property is read-only. */