[NUI] Clean shadow related properties from Control and sample (#1297)
authorJiyun Yang <ji.yang@samsung.com>
Wed, 15 Jan 2020 06:05:09 +0000 (15:05 +0900)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2020 06:05:09 +0000 (15:05 +0900)
commit47b7e68f20d71cccdcfed1e4d59be8f08783c6fc
treee6447907a9456932135385deb13f41105510d815
parente83e3932ec4d47f4161b3f105e6a915621cc8cf2
[NUI] Clean shadow related properties from Control and sample (#1297)

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