From 0bd2f467b1477f21628c4b2e0c8b6d4ba1d90d7d Mon Sep 17 00:00:00 2001 From: dongsug-song <35130733+dongsug-song@users.noreply.github.com> Date: Mon, 8 Jul 2019 18:11:58 +0900 Subject: [PATCH] [NUI] Change BackgroundImageSynchronosLoading property as public (#926) --- src/Tizen.NUI/src/public/BaseComponents/View.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/Tizen.NUI/src/public/BaseComponents/View.cs b/src/Tizen.NUI/src/public/BaseComponents/View.cs index 9eb46e0..56c14c1 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/View.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/View.cs @@ -3609,7 +3609,14 @@ namespace Tizen.NUI.BaseComponents } } - internal bool BackgroundImageSynchronosLoading + /// + /// Whether to load the BackgroundImage synchronously. + /// If not specified, the default is false, i.e. the BackgroundImage is loaded asynchronously. + /// Note: For Normal Quad images only. + /// + /// This will be public opened in tizen_5.5 after ACR done. Before ACR, need to be hidden as inhouse API. + [EditorBrowsable(EditorBrowsableState.Never)] + public bool BackgroundImageSynchronosLoading { get { -- 2.7.4