X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Farc-visual-properties-devel.h;h=8be5a941c8386eae16a8ca7068f636acf6b0dc89;hp=e03515b9bdadd17063373f3f36d0c0a0f009afbf;hb=368452e0541100af5ab3cd49353b427d2f38607f;hpb=5bae91ca62cc832d7bdf8691d64adf6d4d7b80fd 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. */