[NUI] Change SelectedTextStart, SelectedTextEnd to read-only
authorBowon Ryu <bowon.ryu@samsung.com>
Fri, 10 Sep 2021 07:31:18 +0000 (16:31 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Mon, 13 Sep 2021 07:33:23 +0000 (16:33 +0900)
commit8245aaf1bde698a29f95b8e9a61bbd6f619151d8
tree38bc4c1b525d4d37529f878bb30f06e2fc043897
parent1a02771fef76dcb0a2f52b45f6f3e684bfbf68fc
[NUI] Change SelectedTextStart, SelectedTextEnd to read-only

The setter of this properties can be replaced with the
SelectText(int start, int end) method.

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