[NUI] Support text shadow (#1509)
authorhuayongxu <49056704+huayongxu@users.noreply.github.com>
Fri, 3 Apr 2020 03:03:37 +0000 (11:03 +0800)
committerGitHub <noreply@github.com>
Fri, 3 Apr 2020 03:03:37 +0000 (12:03 +0900)
commit6d8580b75a2d276b1fe4dbe527f17392139dfe05
tree16c311d175f06618b0ef819ef1c46a77cb1fa454
parenta08acc7856576d1bf48d8ac62ed332542ef0d237
[NUI] Support text shadow (#1509)

* support text shadow

* set shadow property of textlabel

* make properties of textshadow readonly.

* make textshadow readonly

* make textshadow copy constructor work correctly.

* add samples for text shadow of button
src/Tizen.NUI/src/public/BaseComponents/Style/TextLabelStyle.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/ViewProperty/TextShadow.cs [new file with mode: 0755]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/ButtonSample.cs