English Review: NUI_BaseComponents (#422)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / BaseComponents / ImageView.cs
index b7fe237..ae2d0cc 100755 (executable)
@@ -400,7 +400,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Force reloading of the image, all visuals using this image will get the latest one.
+        /// Forcefully reloads the image. All the visuals using this image will reload to the latest image.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>        
         public void Reload()
@@ -409,7 +409,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Play the animated GIF. This is also Default playback mode.
+        /// Plays the animated GIF. This is also the default playback mode.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public void Play()
@@ -418,7 +418,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Pause the animated GIF.
+        /// Pauses the animated GIF.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public void Pause()
@@ -427,7 +427,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Stop the animated GIF.
+        /// Stops the animated GIF.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public void Stop()
@@ -606,7 +606,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Gets or sets whether to correct orientation of image automatically.<br />
+        /// Gets or sets whether to automatically correct the orientation of an image.<br />
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public bool OrientationCorrection
@@ -624,7 +624,7 @@ namespace Tizen.NUI.BaseComponents
 
 
         /// <summary>
-        /// Get the loading state of the visual resource.
+        /// Gets the loading state of the visual resource.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public ImageView.LoadingStatusType LoadingStatus