[NUI] Fix CA1721 warnings
authorBowon Ryu <bowon.ryu@samsung.com>
Wed, 11 Aug 2021 04:41:00 +0000 (13:41 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 18 Aug 2021 03:10:44 +0000 (12:10 +0900)
commit7d20cc1db59b66e8c21fb1bc0fbbab2f60215c17
tree7563292f5266c20ac47614b1896b14da3841e11e
parent0c1d26ba15334b557dfcc65ad7ebe53b83a0ba63
[NUI] Fix CA1721 warnings

CA1721: Property names should not match get methods

A warning message occurs as a struct with the same name
and Set/Get Methods are added for easy use of PropertyMap.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs