Make Menu APIs public
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 16 Apr 2021 03:49:02 +0000 (12:49 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 7 May 2021 03:54:19 +0000 (12:54 +0900)
commit25bb84186c6d5ad9e0214e1f733ba534c06ff6f8
tree510f8bf57358204966d1a39a9f0c16ee04994819
parent4db0700e5866f24d16133eda46131d2e1ebf0078
Make Menu APIs public

This is ACR patch to make Menu APIs public.

This pull request includes properties and methods of Menu and MenuItem
classes.

Menu.AnchorPosition is replaced with Menu.Anchor.
Menu.HorizontalPositionToAnchor and Menu.VerticalPositionToAnchor are
added for Menu.Anchor.
src/Tizen.NUI.Components/Controls/Menu.cs
src/Tizen.NUI.Components/Controls/MenuItem.cs
src/Tizen.NUI.Components/Controls/Navigation/DialogPage.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/MenuSample.cs