From: seungho Date: Wed, 15 Sep 2021 11:53:29 +0000 (+0900) Subject: [NUI] ACR patch of typo fix X-Git-Tag: submit/tizen/20211014.073550~1^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ff84556dfc93f41c3ff36f2481bef427f6a1d96;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] ACR patch of typo fix - Synchronos -> Synchronous Signed-off-by: seungho --- diff --git a/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs b/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs index 3d7b397..68d2cd8 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs @@ -634,6 +634,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 @@ -647,10 +648,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