[NUI][VisualFittingModeType] update documentation (#2648)
authorAli-Alzyoud <ali198724@gmail.com>
Fri, 19 Feb 2021 06:07:20 +0000 (08:07 +0200)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 25 Feb 2021 08:24:58 +0000 (17:24 +0900)
update description for Center,Fill modes

Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/public/Visuals/VisualConstants.cs

index 82d65c9..c1a7dd5 100755 (executable)
@@ -150,12 +150,12 @@ namespace Tizen.NUI
         /// </summary>
         FitHeight,
         /// <summary>
-        /// Thumbnail gallery grid: Limit loaded image resolution to screen tile using the Center mode.
+        /// Image displayed in its original size (no scaling) using the Center mode.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         Center,
         /// <summary>
-        /// Thumbnail gallery grid: Limit loaded image resolution to screen tile using the ScaleToFill mode.
+        /// Image stretched to fill the desired area (aspect ratio could be changed) using the Fill mode.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         Fill