[NUI] Add Button ItemHorizontalAlignment and ItemVerticalAlignment
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 24 Mar 2022 02:15:30 +0000 (11:15 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 29 Mar 2022 03:10:12 +0000 (12:10 +0900)
commit064269c939da3d5981b8b342bd83f9f091c20a1a
tree49a75ba6e01b07f709e9fbb8427109c584225dd5
parent1f7646a5a21e7e804449fa6cf62599504f7c141d
[NUI] Add Button ItemHorizontalAlignment and ItemVerticalAlignment

LinearLayout.LinearAlignment is deprecated, and HorizontalAlignment and
VerticalAlignment are added.

To replace Button.ItemAlignment, whose type is LinearAlignment,
ItemHorizontalAlignment and ItemVerticalAlignment are added.
src/Tizen.NUI.Components/Controls/Button.Internal.cs
src/Tizen.NUI.Components/Controls/Button.cs
src/Tizen.NUI.Components/Style/ButtonStyle.cs
src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs