[NUI] Introduce WindowLayoutType enum and SetLayout Method
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Thu, 23 Mar 2023 08:41:59 +0000 (17:41 +0900)
committerSangHyeon Jade Lee <dltkdgus1764@gmail.com>
Wed, 5 Apr 2023 12:12:53 +0000 (21:12 +0900)
commit6e64d75a4d65f4f61b34e7f0b1d6ae4b872cc85a
tree82ef59036787fa4923d928e6614c68ef5a22546c
parentf1011224e48aa163fe87c3079f3f624be63cf267
[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