[NUI] Introduce WindowLayoutType enum and SetLayout Method
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Thu, 23 Mar 2023 08:41:59 +0000 (17:41 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 3 Apr 2023 03:54:10 +0000 (12:54 +0900)
commitc6497dfa5d4277c276ace8ece46be4ead01bf2f6
tree7e7e15f60361f23572d7262547591db13c22830a
parent1f7b107502a395a6578d4f763b055fa366a02342
[NUI] Introduce WindowLayoutType enum and SetLayout Method

The new `SetLayout` method allows users to easily snap windows to specific positions and sizes.
This feature is allowing users to quickly arrange their windows in a convenient and efficient manner.
src/Tizen.NUI/src/internal/Interop/Interop.Window.cs
src/Tizen.NUI/src/public/Common/NUIConstants.cs
src/Tizen.NUI/src/public/Window/Window.cs