[NUI] Replace GetValueByDescription in TextLabel Alignment
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 9 Jun 2022 04:15:39 +0000 (13:15 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 10 Jun 2022 05:42:51 +0000 (14:42 +0900)
commit861484e073a09ce20520f36a338e0227c79d1267
tree6f75f463e1678c8cb38543aff5bd3f01af0cb010
parentf70c54bd02e90d8d96a4c511cc6cf23eb62f8475
[NUI] Replace GetValueByDescription in TextLabel Alignment

Horizontal/VerticalAlignment of TextLabelBindableProperty calls
GetValueByDescription to convert DALi property to NUI property.

To improve performance, GetValueByDescription in TextLabel Alignment has
been replaced with string compare.
src/Tizen.NUI/src/public/BaseComponents/TextLabelBindableProperty.cs