[NUI] Remove GetDescription() in TextLabelBindableProperty
authorBowon Ryu <bowon.ryu@samsung.com>
Tue, 7 Jun 2022 04:22:32 +0000 (13:22 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 10 Jun 2022 05:42:51 +0000 (14:42 +0900)
commit9978928b2ec00d67075d2a3839829faefd8d509d
tree59260c04420792e34b5fdf616724faeffd681333
parentd3f9d0120eefe7b78dd455ad265bed6bf336e13c
[NUI] Remove GetDescription() in TextLabelBindableProperty

remove GetDescription() for better performance.
and there is no need to convert string to enum.
because the HORIZONTAL_ALIGNMENT and VERTICAL_ALIGNMENT properties of DALi
can be set to an integer or string, and there is no burden if it is an integer(enum).

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