[NUI] Change setter of property (#2298)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Fri, 27 Nov 2020 01:12:42 +0000 (10:12 +0900)
committerGitHub <noreply@github.com>
Fri, 27 Nov 2020 01:12:42 +0000 (10:12 +0900)
commiteb35ea94a26b28fe34ab14a060d0dea872261aa7
treecdaf9e2d7b271ddbf900e20412b2b969adbe6c2c
parent9fac1fc0aed8afdd8919e8fd9f393bc91a82ff8f
[NUI] Change setter of property (#2298)

* [NUI] Change setter of property

- Setter is deprecated in API8.(Size/Scale/Color/Position)
- An unnecessary log comes out and causes performance degradation.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Modify comment

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
12 files changed:
src/Tizen.NUI.Components/Controls/DropDown.cs
src/Tizen.NUI.Components/Controls/FlexibleView/FlexibleViewLayoutManager.cs
src/Tizen.NUI.Components/Controls/Popup.cs
src/Tizen.NUI.Components/Controls/Tab.cs
src/Tizen.NUI.Components/Controls/Toast.cs
src/Tizen.NUI.Wearable/src/public/CircularPagination.cs
src/Tizen.NUI.Wearable/src/public/Title.cs
src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyleBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/Color.cs
src/Tizen.NUI/src/public/VisualMaps.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/ViewSizeWidthPropertySetTest.cs