From: huiyu,eun Date: Fri, 24 Nov 2017 02:11:14 +0000 (+0900) Subject: [NUI] Fix NaturalSize comment X-Git-Tag: 5.0.0-preview1-00387 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2F5.0.0-preview1-00387;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Fix NaturalSize comment Change-Id: I88651abc1bd65312719e408a2b02ea22a5ba7279 Signed-off-by: huiyu,eun --- diff --git a/src/Tizen.NUI/src/public/BaseComponents/View.cs b/src/Tizen.NUI/src/public/BaseComponents/View.cs index 85f6e25..75f2f23 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/View.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/View.cs @@ -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 {