[NUI] Open public apis of NUI.Components for TCSACR-248 (#1061)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 8 Oct 2019 01:57:05 +0000 (10:57 +0900)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2019 01:57:05 +0000 (10:57 +0900)
commitab5d2b9eed635052d6d718cdd697fbc439bc63f8
tree4384a0046fab5ad9a3248efcfa5f6e54dd69460a
parent0637acadf75a4f41c6d59ca921b48c006b13471c
[NUI] Open public apis of NUI.Components for TCSACR-248 (#1061)

* [NUI.Components] Open public apis of Components for ACR

* [AudioManager] Changed handle type to marshal from unmanaged (#1027)

* [NUI]Changed the APIs related to MultiWIndow to public (#1020)

* [ComponentBased] Fix Log Tags (#1030)

Currently, the log tag is too long.
This patch changes the log tag to "Tizen.Applications".

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [NUI.Components] fix Button TextPadding issue

* Update Position.cs

Set default parameter

* Update Size.cs

Set Default parameter

* Update Position.cs

* Update Size.cs
24 files changed:
src/Tizen.NUI.Components/Attributes/DropDownAttributes.cs
src/Tizen.NUI.Components/Attributes/LoadingAttributes.cs
src/Tizen.NUI.Components/Attributes/PaginationAttributes.cs
src/Tizen.NUI.Components/Attributes/TabAttributes.cs
src/Tizen.NUI.Components/Attributes/ViewAttributes.cs
src/Tizen.NUI.Components/Controls/Button.cs
src/Tizen.NUI.Components/Controls/Control.cs
src/Tizen.NUI.Components/Controls/DropDown.cs
src/Tizen.NUI.Components/Controls/FlexibleView/FlexibleView.cs
src/Tizen.NUI.Components/Controls/FlexibleView/GridLayoutManager.cs
src/Tizen.NUI.Components/Controls/FlexibleView/LinearLayoutManager.cs
src/Tizen.NUI.Components/Controls/FlexibleView/OrientationHelper.cs
src/Tizen.NUI.Components/Controls/Loading.cs
src/Tizen.NUI.Components/Controls/Pagination.cs
src/Tizen.NUI.Components/Controls/Popup.cs
src/Tizen.NUI.Components/Controls/Progress.cs
src/Tizen.NUI.Components/Controls/Scrollbar.cs
src/Tizen.NUI.Components/Controls/SelectButton.cs
src/Tizen.NUI.Components/Controls/Slider.cs
src/Tizen.NUI.Components/Controls/Switch.cs
src/Tizen.NUI.Components/Controls/Tab.cs
src/Tizen.NUI.Components/Controls/Toast.cs
src/Tizen.NUI/src/public/Position.cs
src/Tizen.NUI/src/public/Size.cs