[NUI] Use ActionUpdateProperty for CornerRadius and Borderline
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 29 Dec 2021 13:04:19 +0000 (22:04 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Wed, 12 Jan 2022 08:40:18 +0000 (17:40 +0900)
commit70ee64406008f36801c48faf3d8f94d61251f53b
treeef2918cc1f368a22e508ed74d32abae93f9efe4d
parent1a306e52430309b36808189c567c44e3a268b8a4
[NUI] Use ActionUpdateProperty for CornerRadius and Borderline

Due to the DALi's visual policy, we always create new visual
when some properties sensitive with visual's data.

Here, We make visual can change CornerRadius / Borderline
without destroy/create new visual.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/ViewEnum.cs
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs