[NUI] Fix NaturalSize comment 38/161538/2 5.0.0-preview1-00387
authorhuiyu,eun <huiyu.eun@samsung.com>
Fri, 24 Nov 2017 02:11:14 +0000 (11:11 +0900)
committerhuiyu,eun <huiyu.eun@samsung.com>
Fri, 24 Nov 2017 02:24:18 +0000 (11:24 +0900)
Change-Id: I88651abc1bd65312719e408a2b02ea22a5ba7279
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/View.cs

index 85f6e25..75f2f23 100755 (executable)
@@ -2290,7 +2290,7 @@ namespace Tizen.NUI.BaseComponents
         [Obsolete("Please do not use! This will be deprecated! Please use NaturalSize2D instead! " +
             "Like: " +
             "TextLabel label = new TextLabel(\"Hello World!\"); " +
-            "Size2D size = view.NaturalSize2D;")]
+            "Size2D size = label.NaturalSize2D;")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Vector3 NaturalSize
         {