[NUI] Add Shadow BlurRadius and lighten View size (#1552)
authorJiyun Yang <ji.yang@samsung.com>
Thu, 23 Apr 2020 09:12:28 +0000 (18:12 +0900)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2020 09:12:28 +0000 (18:12 +0900)
commit64fab764939b3f6cccf1f1740d134abbae1b3411
tree7f6db51aae95d8eed2c69955b148da5b6691ee76
parent00a5153184110376910a71f8108679a3d1f56c5e
[NUI] Add Shadow BlurRadius and lighten View size (#1552)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
18 files changed:
src/Tizen.NUI.Components/Controls/ButtonGroup.cs
src/Tizen.NUI.Components/Controls/Popup.cs
src/Tizen.NUI.Components/Style/PopupStyle.cs
src/Tizen.NUI.Components/Utils/StyleManager.cs
src/Tizen.NUI/src/public/BaseComponents/Style/Constants.cs
src/Tizen.NUI/src/public/BaseComponents/Style/Selector.cs
src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/ViewEvent.cs
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs
src/Tizen.NUI/src/public/Rectangle.cs
src/Tizen.NUI/src/public/ViewProperty/BackgroundExtraData.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/ViewProperty/ImageShadow.cs
src/Tizen.NUI/src/public/ViewProperty/Shadow.cs
src/Tizen.NUI/src/public/ViewProperty/ShadowBase.cs
src/Tizen.NUI/src/public/VisualConstants.cs