From e911f8514b75819ef210ec0d66f7096e66b87062 Mon Sep 17 00:00:00 2001 From: seungho Date: Wed, 15 Sep 2021 20:53:29 +0900 Subject: [PATCH] [NUI] ACR patch of typo fix - Synchronos -> Synchronous Signed-off-by: seungho --- src/Tizen.NUI/src/public/BaseComponents/ImageView.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs b/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs index b4b36c8..e22ffef 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs @@ -420,6 +420,7 @@ namespace Tizen.NUI.BaseComponents /// Gets or sets whether to synchronous loading the resourceurl of image.
/// /// 3 + [Obsolete("Deprecated since API level 9 and will be removed in API level 11. Please use SynchronousLoading instead!")] public bool SynchronosLoading { get @@ -433,10 +434,14 @@ namespace Tizen.NUI.BaseComponents } /// - /// Gets or sets whether to synchronous loading the resourceurl of image.
+ /// Gets or sets whether the image of the ResourceUrl property will be loaded synchronously.
///
- /// This will be public opened in tizen_7.0 after ACR done. Before ACR, need to be hidden as inhouse API. - [EditorBrowsable(EditorBrowsableState.Never)] + /// + /// Changing this property make this ImageView load image synchronously at the next loading + /// by following operation: , , + /// and by some properties those cause reloading: , and etc. + /// + /// 9 public bool SynchronousLoading { get -- 2.7.4