[NUI] Add INSET Property to TextField and TextEditor
authorANZ1217 <chihun.jeong@samsung.com>
Mon, 22 Apr 2024 07:43:58 +0000 (16:43 +0900)
committerbshsqa <32317749+bshsqa@users.noreply.github.com>
Mon, 13 May 2024 07:08:49 +0000 (16:08 +0900)
commit99245285154bf8c1859fbad712827794f127bba2
tree51c02cac664611b6363c32a63fc799613985255f
parentf0266447557a1541b0ab1ee900035661338d5e56
[NUI] Add INSET Property to TextField and TextEditor

Add the RemoveFrontInset and RemoveBackInset properties
to TextField and TextEditor as well, which were in TextLabel.
src/Tizen.NUI/src/internal/Interop/Interop.TextEditor.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditorBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextFieldBindableProperty.cs