X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fcanvas-view%2Fcanvas-view.h;h=026d3faedd8edbc84aefa77ea71af01b128ece02;hb=HEAD;hp=64e13971e3b4f53953fc11f4cbd649cf93b8fb41;hpb=0dbdd7afe30b3a9bd30e41571148656fd01aa792;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/canvas-view/canvas-view.h b/dali-toolkit/devel-api/controls/canvas-view/canvas-view.h index 64e1397..026d3fa 100644 --- a/dali-toolkit/devel-api/controls/canvas-view/canvas-view.h +++ b/dali-toolkit/devel-api/controls/canvas-view/canvas-view.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_CANVAS_VIEW_H /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 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. @@ -22,8 +22,8 @@ #include // EXTERNAL INCLUDES -#include -#include +#include +#include namespace Dali { @@ -83,6 +83,12 @@ public: * @details Name "viewBox", type Property::VECTOR2. */ VIEW_BOX = PROPERTY_START_INDEX, + + /** + * @brief Whether to load the canvas synchronously. + * @details Name "synchronousLoading", type Property::BOOLEAN. + */ + SYNCHRONOUS_LOADING, }; }; public: