[NUI] Add border resizing policy and add api to show/hide border when OverlayMode...
authorjoogab.yun <joogab.yun@samsung.com>
Sun, 29 May 2022 02:13:20 +0000 (11:13 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 2 Jun 2022 09:14:59 +0000 (18:14 +0900)
commit0c1a8a123a5091f877a45bd6c9e350432af22032
tree5f568b7ac4a6d962d27ef0cf5d348ca79688d96d
parentc4492129603f245d18f5f026bb4f022442915f51
[NUI] Add border resizing policy and add api to show/hide border when OverlayMode is true.
1. It can be proportionally resized or fixed according to the border resizing policy.
2. If OverlayMode is true, you can show/hide the border through api.
   Through this, you can show/hide the border by touch or specific key event.
src/Tizen.NUI/src/public/Window/BorderWindow.cs
src/Tizen.NUI/src/public/Window/DefaultBorder.cs
src/Tizen.NUI/src/public/Window/IBorderInterface.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/BorderWindowTest.cs