[NUI] Add VerticalAlignment in TextEditor
authorBowon Ryu <bowon.ryu@samsung.com>
Fri, 8 Apr 2022 03:40:08 +0000 (12:40 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Wed, 20 Apr 2022 08:38:08 +0000 (17:38 +0900)
commitc7fa63263e2039004788ba9baec907922f8ae30a
tree6dafad071f6c49f8770b26ad70ca4c4c9dcbadbd
parent4ce45bd9d8f54c286bf1bf55db0cdf38334ce192
[NUI] Add VerticalAlignment in TextEditor

editor.VerticalAlignment = VerticalAlignment.Top;
editor.VerticalAlignment = VerticalAlignment.Center;
editor.VerticalAlignment = VerticalAlignment.Bottom;

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/Style/TextEditorStyle.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditorBindableProperty.cs
test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/public/BaseComponents/TSTextEditor.cs