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=d48eea896bb1e9c231dca99384f5adbe828d82f8;hp=2ae272628d02940b903ece6da2649d9d06d6a025;hb=b53e6ccb73c9265e977d7ec45c3e5e0c39e1e734;hpb=9f46c5e2f98a717e315f2fbe780615d5912de304 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 2ae2726..d48eea8 100644 --- a/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h +++ b/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h @@ -99,8 +99,14 @@ enum Type * @details Name "playState", type PlayState (Property::INTEGER) * @note This property is read-only. */ - PLAY_STATE = ORIENTATION_CORRECTION + 5 + PLAY_STATE = ORIENTATION_CORRECTION + 5, + /** + * @brief The animation progress the AnimatedVectorImageVisual will use. + * @details Name "currentProgress", Type Property::FLOAT, between [0, 1] or between the play range if specified + * @note This property is read-only. + */ + CURRENT_PROGRESS = ORIENTATION_CORRECTION + 6 }; } //namespace Property