X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Farc-visual-properties-devel.h;h=8be5a941c8386eae16a8ca7068f636acf6b0dc89;hb=fa2cf9a483feaf77e4053f6b31a3046db8627269;hp=e03515b9bdadd17063373f3f36d0c0a0f009afbf;hpb=debd4ef5b35507bac4579dfbb8983b743872c70b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/visuals/arc-visual-properties-devel.h b/dali-toolkit/devel-api/visuals/arc-visual-properties-devel.h index e03515b..8be5a94 100644 --- a/dali-toolkit/devel-api/visuals/arc-visual-properties-devel.h +++ b/dali-toolkit/devel-api/visuals/arc-visual-properties-devel.h @@ -39,21 +39,21 @@ enum { /** * @brief The thickness of the arc. - * @details Name "thickness", type Property::FLOAT. + * @details Name "thickness", type Property::FLOAT, animatable. * @note Mandatory. */ THICKNESS = VISUAL_PROPERTY_START_INDEX, /** * @brief The start angle where the arc begins in degrees. - * @details Name "startAngle", type Property::FLOAT. + * @details Name "startAngle", type Property::FLOAT, animatable. * @note Optional. If not specified, the default is 0. */ START_ANGLE, /** * @brief The sweep angle of the arc in degrees. - * @details Name "sweepAngle", type Property::FLOAT. + * @details Name "sweepAngle", type Property::FLOAT, animatable. * The arc starts at a specified start angle and sweeps clockwise, drawing slices of pie. * @note Optional. If not specified, the default is 360. */