[NUI] Fix picker not to use ViewStyle. (#3267)
authorJiyun Yang <ji.yang@samsung.com>
Tue, 6 Jul 2021 09:41:58 +0000 (18:41 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 9 Jul 2021 10:39:50 +0000 (19:39 +0900)
commit707b7851c000abd3bf291139be7991d1c91e1978
treea7d04ec640cc855d849870666286d2ed44468d76
parent57f4c3069c2fa1084b04100b5802d9e4611f95e4
[NUI] Fix picker not to use ViewStyle. (#3267)

ViewStyle is the last applied style which is not same as the current style.
Hence it is not recommanded to use ViewStyle inside components code.
(Please note that View.ViewStyle is deprecated and better not to use.)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI.Components/Controls/DatePicker.cs
src/Tizen.NUI.Components/Controls/Picker.cs
src/Tizen.NUI.Components/Controls/TimePicker.cs