[NUI] Add Horizontal/VerticalAlignment to LinearLayout
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 14 Sep 2021 12:39:06 +0000 (21:39 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 27 Sep 2021 08:27:23 +0000 (17:27 +0900)
commit79f0e49cd37b5f79da9306d2fc6f39a69a26f2d2
tree32c5888e752ace90e861d9129847fc0e972be4cf
parent3ce7c6b0d881d7a6a25047c4b6e2e34d75698d79
[NUI] Add Horizontal/VerticalAlignment to LinearLayout

Previously, LinearAlignment of LinearLayout could not support the
combination of horizontal and vertical alignments.
e.g. could not support CenterHorizontal with Bottom

Now, HorizontalAlignment and VerticalAlignment have been added to
support the combination of horizontal and vertical alignments.

To use the enum types Tizen.NUI.Horizontal/VerticalAlignment for
LinearLayout.Horizontal/VerticalAlignment, the documentation of
Tizen.NUI.Horizontal/VerticalAlignment has been updated.
src/Tizen.NUI/src/public/Layouting/LinearLayout.cs
src/Tizen.NUI/src/public/Visuals/VisualConstants.cs