From b43cfb98fc7cde9fc855cb68cffdb249fa3eac4f Mon Sep 17 00:00:00 2001 From: "huiyu,eun" Date: Fri, 24 Nov 2017 11:11:14 +0900 Subject: [PATCH] [NUI] Fix NaturalSize comment Change-Id: I88651abc1bd65312719e408a2b02ea22a5ba7279 Signed-off-by: huiyu,eun --- src/Tizen.NUI/src/public/BaseComponents/View.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.NUI/src/public/BaseComponents/View.cs b/src/Tizen.NUI/src/public/BaseComponents/View.cs index 0497b16..73218bc 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 { -- 2.7.4