[NUI] Change CornerRadius type to Vector4 from float (#2863)
authorJiyun Yang <ji.yang@samsung.com>
Thu, 8 Apr 2021 07:32:32 +0000 (16:32 +0900)
committerbshsqa <32317749+bshsqa@users.noreply.github.com>
Wed, 14 Apr 2021 11:53:58 +0000 (20:53 +0900)
commit98ed15050e2f6e3abeae48d613119e58b3f90f84
tree2771891668af3d6506437698eb3a39cad523076a
parent2609fce4efa686a8c69e40011f3e2a8e00528f0f
[NUI] Change CornerRadius type to Vector4 from float (#2863)

Note that, only X value of Vector4 will be applied to the view until dali support it.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/internal/Common/PropertyHelper.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs
src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyleBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs
src/Tizen.NUI/src/public/Common/Vector4.cs
src/Tizen.NUI/src/public/ViewProperty/BackgroundExtraData.cs
src/Tizen.NUI/src/public/ViewProperty/ShadowBase.cs