[NUI] Clean shadow related properties from Control and sample (#1308)
authorJiyun Yang <ji.yang@samsung.com>
Wed, 15 Jan 2020 06:08:39 +0000 (15:08 +0900)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2020 06:08:39 +0000 (15:08 +0900)
commit7757a0f8bf3f69e4e076cd502aee520c38239b73
treec49caac743f741f012c6dc80e9b5ec549751d392
parenta8145c606884178d08ce3549444febca9720083e
[NUI] Clean shadow related properties from Control and sample (#1308)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
23 files changed:
src/Tizen.NUI.Components/Controls/Button.cs
src/Tizen.NUI.Components/Controls/ButtonGroup.cs
src/Tizen.NUI.Components/Controls/Control.cs
src/Tizen.NUI.Components/Controls/ImageControl.cs [deleted file]
src/Tizen.NUI.Components/Controls/Popup.cs
src/Tizen.NUI.Components/Style/ButtonStyle.cs
src/Tizen.NUI.Components/Style/ControlStyle.cs
src/Tizen.NUI.Components/Style/ImageControlStyle.cs [deleted file]
src/Tizen.NUI.Components/Style/PopupStyle.cs
src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/ViewEvent.cs
src/Tizen.NUI/src/public/ViewProperty/ImageShadow.cs
src/Tizen.NUI/src/public/ViewProperty/Shadow.cs
src/Tizen.NUI/src/public/ViewProperty/ShadowBase.cs [moved from src/Tizen.NUI/src/public/ViewProperty/TransformablePropertyMap.cs with 51% similarity]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/SampleMain.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/AnimatedImageViewTest.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/ButtonSample.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/CheckBoxSample.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/DaliDemo/DaliDemo.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/DropDownSample.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/PopupSample.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/RadioButtonSample.cs