[NUI] Change wrong comment of PositionUsesPivotPoint (#1796)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 3 Jul 2020 07:18:14 +0000 (16:18 +0900)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2020 07:18:14 +0000 (16:18 +0900)
src/Tizen.NUI/src/public/BaseComponents/View.cs

index 621ae79..cc9b814 100755 (executable)
@@ -855,7 +855,7 @@ namespace Tizen.NUI.BaseComponents
 
         /// <summary>
         /// Determines whether the pivot point should be used to determine the position of the view.
-        /// This is true by default.
+        /// This is false by default.
         /// </summary>
         /// <remarks>If false, then the top-left of the view is used for the position.
         /// Setting this to false will allow scaling or rotation around the pivot point without affecting the view's position.