[NUI] Fix bulid warnings in Shadow
authorJiyun Yang <ji.yang@samsung.com>
Tue, 10 Nov 2020 03:24:16 +0000 (12:24 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 11 Nov 2020 02:33:04 +0000 (11:33 +0900)
commit4f1569668bf2da74caf02a5a5a7ae36121911e54
treec983d381128cb37bc690283a05dd9863b96ee40a
parent08f4145a395fb4f6592ab1d55b9814d654e2e97d
[NUI] Fix bulid warnings in Shadow

This patch fixes following build warnings and coding recommandations for Shadow.

* Fill missing API descriptions.
* Do not call overridable methods in constructors. (CA2214)
* Remove trailing white spaces.
* Remove unnecessary parentheses. (IDE0047)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/public/ViewProperty/ImageShadow.cs
src/Tizen.NUI/src/public/ViewProperty/Shadow.cs
src/Tizen.NUI/src/public/ViewProperty/ShadowBase.cs