[NUI] Clean shadow related properties from Control and sample (#1307)
authorJiyun Yang <ji.yang@samsung.com>
Wed, 15 Jan 2020 06:08:50 +0000 (15:08 +0900)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2020 06:08:50 +0000 (15:08 +0900)
commitc16611d0c9d972c1c9ba5c4b247a5b1a0e44bf92
tree0ffdffcebb03286448d3ee8f6361c907cfe96a5b
parente60b1dea4eb9abb8f70ad1b8b85c0d096eea781e
[NUI] Clean shadow related properties from Control and sample (#1307)

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