[NUI] Property setter is changed (#1097)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 24 Oct 2019 01:18:45 +0000 (10:18 +0900)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2019 01:18:45 +0000 (10:18 +0900)
commit38ec7e3b91f2b88da575fb0909b1a6f67d03cc24
treea90bc2df739722423cd0b9c0aae05f00e767d1b2
parent8f1134a43cb99c152c26f37d5dfb7fdac2458703
[NUI] Property setter is changed (#1097)
15 files changed:
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs
src/Tizen.NUI/src/public/Color.cs
src/Tizen.NUI/src/public/Extents.cs
src/Tizen.NUI/src/public/Rectangle.cs
src/Tizen.NUI/src/public/RelativeVector4.cs
src/Tizen.NUI/src/public/Vector2.cs
src/Tizen.NUI/src/public/Vector3.cs
src/Tizen.NUI/src/public/Vector4.cs
test/NUITestSample/NUITestSample/examples/PropertyCascadeCheckTest.cs [new file with mode: 0644]
test/NUITestSample/NUITestSample/examples/PropertyCascadeSpeedTest.cs [new file with mode: 0644]