[NUI] Use BindableProperty in struct get/set methods
authorBowon Ryu <bowon.ryu@samsung.com>
Thu, 26 Aug 2021 05:40:40 +0000 (14:40 +0900)
committerhuiyu <35286162+huiyueun@users.noreply.github.com>
Tue, 7 Sep 2021 09:05:39 +0000 (18:05 +0900)
commit56abe1368b8662b28277879e7301e84c1ea68c33
tree095b7904fda4491dce282ce0bfb3ab818ddd857d
parent350c1e8a6d57338a1f1ecfdd6482134a623cb823
[NUI] Use BindableProperty in struct get/set methods

In struct get/set methods, use BindableProperty instead of directly accessing internal properties.

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