[NUI] Support Ellipsis location, END, START and MIDDLE in TextLabel, TextField and...
authorShrouq Sabah <s.sabah@samsung.com>
Wed, 30 Jun 2021 00:10:55 +0000 (03:10 +0300)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 3 Aug 2021 01:50:50 +0000 (10:50 +0900)
commita4cd4a1588f7daaad61b4b25d724b0c0a006e2be
tree7a689c271c513578da96e75503adbf9a33c39590
parentc10a54c7637152a7098a009cd3858439c49aa6dd
[NUI] Support Ellipsis location, END, START and MIDDLE in TextLabel, TextField and TextEditor
src/Tizen.NUI/src/internal/Interop/Interop.TextEditor.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextField.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/Style/TextEditorStyle.cs
src/Tizen.NUI/src/public/BaseComponents/Style/TextLabelStyle.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditorBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/TextFieldBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabelBindableProperty.cs
src/Tizen.NUI/src/public/Common/NUIConstants.cs