X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Ftext-visual-properties.h;h=2ab1cba4fe30c767ff4622a7262f8150616e2784;hb=92ef4e31d9d604e00b069dad753fd6dbfa27e17a;hp=0eb7fba4dbf6c4fcc69d7d416989e49436e5a363;hpb=c5348b4691e24b20264fc8ad92a881f0118bb540;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/text-visual-properties.h b/dali-toolkit/public-api/visuals/text-visual-properties.h index 0eb7fba..2ab1cba 100644 --- a/dali-toolkit/public-api/visuals/text-visual-properties.h +++ b/dali-toolkit/public-api/visuals/text-visual-properties.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_VISUAL_PROPERTIES_H /* - * Copyright (c) 2017 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. @@ -23,7 +23,6 @@ namespace Dali { - namespace Toolkit { /** @@ -37,14 +36,12 @@ namespace Toolkit */ namespace TextVisual { - /** * @brief TextVisual Property. * @SINCE_1_2.60 */ namespace Property { - /** * @brief Enumeration for the instance of properties belonging to the TextVisual. * @SINCE_1_2.60 @@ -131,6 +128,12 @@ enum * @SINCE_1_2.60 */ UNDERLINE, + + /** + * @brief The default strikethrough parameters. + * @details name "strikethrough", type Property::MAP. + */ + STRIKETHROUGH, }; } // namespace Property