X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fvisual-properties-devel.h;h=3d304a15e59df77ef3c5cd3c9db18851339adb65;hp=709b12ae8885ff7a0e15d1fa0412b97eb3bbad30;hb=2564b59549aa2619a78059c9e16bd9e6556589e9;hpb=ed980a3b418d7a235d4774b786d84974421650fd diff --git a/dali-toolkit/devel-api/visuals/visual-properties-devel.h b/dali-toolkit/devel-api/visuals/visual-properties-devel.h index 709b12a..3d304a1 100644 --- a/dali-toolkit/devel-api/visuals/visual-properties-devel.h +++ b/dali-toolkit/devel-api/visuals/visual-properties-devel.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_DEVEL_API_VISUALS_VISUAL_PROPERTIES_DEVEL_H /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -49,6 +49,7 @@ enum Type ANIMATED_GRADIENT = ANIMATED_IMAGE + 1, ///< Renders an animated gradient. ANIMATED_VECTOR_IMAGE = ANIMATED_IMAGE + 2, ///< Renders an animated vector image. + ARC = ANIMATED_IMAGE + 3, ///< Renders an arc. }; /** @@ -72,6 +73,13 @@ enum Type * @note The default is defined by the type of visual (if it's suitable to be stretched or not). */ VISUAL_FITTING_MODE = OPACITY + 1, + + /** + * @brief The radius for the rounded corners of the visual + * @details Name "cornerRadius", type Property::FLOAT. + * @note Optional. + */ + CORNER_RADIUS = OPACITY + 2, }; } // namespace Property