[NUI] Fix comments of CornerRadiusPolicy and Borderline (#3394)
authorEunki Hong <h.pichulia@gmail.com>
Wed, 11 Aug 2021 00:25:26 +0000 (09:25 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 18 Aug 2021 03:10:44 +0000 (12:10 +0900)
commitacfe89f67b1908c8fc853931c55ed8d35b1e31c5
tree289d504c4174e70c486e7342c534c443e0f65021
parent4d2c71056d7e322c932d817538382ed0b6c96575
[NUI] Fix comments of CornerRadiusPolicy and Borderline (#3394)

When CornerRadiusPolicy is Relative, the maximum value is 0.5f.
If value is bigger than 0.5f, it will be clamped internally.
But we cannot notificate that informations only by documents.
Now fix it.

And more, We add some more informations about borderline color;
It will be affected by view opacity

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Co-authored-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/ViewProperty/BackgroundExtraData.cs