[NUI] Fix comments according to document review
authordongsug.song <dongsug.song@samsung.com>
Thu, 16 Jun 2022 08:43:04 +0000 (17:43 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 16 Jun 2022 09:39:13 +0000 (18:39 +0900)
63 files changed:
src/Tizen.NUI/src/internal/Common/DaliEnumConstants.cs
src/Tizen.NUI/src/internal/Common/RenderTask.cs
src/Tizen.NUI/src/internal/Common/ViewImpl.cs
src/Tizen.NUI/src/internal/Common/WeakEvent.cs
src/Tizen.NUI/src/internal/Interop/NDalicPINVOKE.cs
src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs
src/Tizen.NUI/src/internal/Utility/Camera.cs
src/Tizen.NUI/src/internal/XamlBinding/Device.cs
src/Tizen.NUI/src/internal/XamlBinding/IExtendedTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/TypeTypeConverter.cs
src/Tizen.NUI/src/internal/images/ImageLoading.cs
src/Tizen.NUI/src/public/Application/NUIApplication.cs
src/Tizen.NUI/src/public/BaseComponents/CustomView.cs
src/Tizen.NUI/src/public/BaseComponents/FlexContainer.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/Style/Constants.cs
src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs
src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyleBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/TableView.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/VideoView.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs
src/Tizen.NUI/src/public/Common/Adaptor.cs
src/Tizen.NUI/src/public/Common/BaseHandle.cs
src/Tizen.NUI/src/public/Common/Color.cs
src/Tizen.NUI/src/public/Common/Container.cs
src/Tizen.NUI/src/public/Common/Extents.cs
src/Tizen.NUI/src/public/Common/Layer.cs
src/Tizen.NUI/src/public/Common/NUIConstants.cs
src/Tizen.NUI/src/public/Common/Position.cs
src/Tizen.NUI/src/public/Common/Position2D.cs
src/Tizen.NUI/src/public/Common/PropertyNotification.cs
src/Tizen.NUI/src/public/Common/Rectangle.cs
src/Tizen.NUI/src/public/Common/RelativeVector2.cs
src/Tizen.NUI/src/public/Common/RelativeVector3.cs
src/Tizen.NUI/src/public/Common/RelativeVector4.cs
src/Tizen.NUI/src/public/Common/Size.cs
src/Tizen.NUI/src/public/Common/Size2D.cs
src/Tizen.NUI/src/public/Common/Vector2.cs
src/Tizen.NUI/src/public/Common/Vector3.cs
src/Tizen.NUI/src/public/Common/Vector4.cs
src/Tizen.NUI/src/public/Images/PixelData.cs
src/Tizen.NUI/src/public/Input/FocusManager.cs
src/Tizen.NUI/src/public/Input/InputMethodContext.cs
src/Tizen.NUI/src/public/Layouting/LayoutTransition.cs
src/Tizen.NUI/src/public/Layouting/LinearLayout.cs
src/Tizen.NUI/src/public/Layouting/MeasureSpecification.cs
src/Tizen.NUI/src/public/Rendering/Renderer.cs
src/Tizen.NUI/src/public/Theme/ThemeManager.cs
src/Tizen.NUI/src/public/Utility/ScrollView.cs
src/Tizen.NUI/src/public/Visuals/VisualFactory.cs
src/Tizen.NUI/src/public/Widget/WidgetView.cs
src/Tizen.NUI/src/public/Window/Window.cs
src/Tizen.NUI/src/public/Window/WindowEvent.cs
src/Tizen.NUI/src/public/Xaml/XamlServiceProvider.cs
src/Tizen.NUI/src/public/XamlBinding/Element.cs
src/Tizen.NUI/src/public/XamlBinding/Interactivity/DataTrigger.cs
src/Tizen.NUI/src/public/XamlBinding/Trigger.cs
src/Tizen.NUI/src/public/XamlBinding/TypeConverter.cs

index 3790af3..6f9576a 100755 (executable)
@@ -174,7 +174,7 @@ namespace Tizen.NUI
         /// <remarks>
         /// Deprecated.(API Level 6) Not used.
         /// </remarks>
-        [Obsolete("Please do not use this ViewMode(Deprecated).")]
+        [Obsolete("Do not use this ViewMode(Deprecated).")]
         public enum ViewMode
         {
             /// <summary>
@@ -184,7 +184,7 @@ namespace Tizen.NUI
             /// <remarks>
             /// Deprecated.(API Level 6) Not used.
             /// </remarks>
-            [Obsolete("Please do not use this ViewMode.Mono(Deprecated).")]
+            [Obsolete("Do not use this ViewMode.Mono(Deprecated).")]
             Mono,
             /// <summary>
             /// Stereoscopic. Frame buffer is split horizontally with the left and right camera views in their respective sides.
@@ -193,7 +193,7 @@ namespace Tizen.NUI
             /// <remarks>
             /// Deprecated.(API Level 6) Not used.
             /// </remarks>
-            [Obsolete("Please do not use this ViewMode.StereoHorizontal(Deprecated).")]
+            [Obsolete("Do not use this ViewMode.StereoHorizontal(Deprecated).")]
             StereoHorizontal,
             /// <summary>
             /// Stereoscopic. Frame buffer is split vertically with the left camera view at the top and the right camera view at the bottom.
@@ -202,7 +202,7 @@ namespace Tizen.NUI
             /// <remarks>
             /// Deprecated.(API Level 6) Not used.
             /// </remarks>
-            [Obsolete("Please do not use this ViewMode.StereoVertical(Deprecated).")]
+            [Obsolete("Do not use this ViewMode.StereoVertical(Deprecated).")]
             StereoVertical,
             /// <summary>
             /// Stereoscopic. Left/Right camera views are rendered into the framebuffer on alternate frames.
@@ -211,7 +211,7 @@ namespace Tizen.NUI
             /// <remarks>
             /// Deprecated.(API Level 6) Not used.
             /// </remarks>
-            [Obsolete("Please do not use this ViewMode.StereoInterlaced(Deprecated).")]
+            [Obsolete("Do not use this ViewMode.StereoInterlaced(Deprecated).")]
             StereoInterlaced
         }
 
index e7b852e..937537a 100755 (executable)
@@ -295,14 +295,14 @@ namespace Tizen.NUI
             return ret;
         }
 
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use ClearColor property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ClearColor property instead.")]
         public void SetClearColor(Vector4 color)
         {
             Interop.RenderTask.SetClearColor(SwigCPtr, Vector4.getCPtr(color));
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use ClearColor property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ClearColor property instead.")]
         public Vector4 GetClearColor()
         {
             Vector4 ret = new Vector4(Interop.RenderTask.GetClearColor(SwigCPtr), true);
index 498c88f..e37119c 100755 (executable)
@@ -179,10 +179,10 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
+        /// [Obsolete("Do not use this, that will be deprecated.")]
         /// </summary>
-        /// Please do not use! this will be deprecated!
-        [Obsolete("Please do not use! this will be deprecated.")]
+        /// Do not use this, that will be deprecated.
+        [Obsolete("Do not use this, that will be deprecated.")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void AccessibilityActivate()
         {
@@ -191,10 +191,10 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
+        /// [Obsolete("Do not use this, that will be deprecated.")]
         /// </summary>
-        /// Please do not use! this will be deprecated!
-        [Obsolete("Please do not use! this will be deprecated.")]
+        /// Do not use this, that will be deprecated.
+        [Obsolete("Do not use this, that will be deprecated.")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void KeyboardEnter()
         {
@@ -224,10 +224,10 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
+        /// [Obsolete("Do not use this, that will be deprecated.")]
         /// </summary>
-        /// Please do not use! this will be deprecated!
-        [Obsolete("Please do not use! this will be deprecated.")]
+        /// Do not use this, that will be deprecated.
+        [Obsolete("Do not use this, that will be deprecated.")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public bool EmitKeyEventSignal(Key arg0)
         {
index de710a3..29a4456 100755 (executable)
@@ -82,7 +82,7 @@ namespace Tizen.NUI
                     // To do that, the reference should be assigned to the local variable first.
                     var localRefCopied = weakReference.Target;
 
-                    // Please do not change this to if (weakReference.Target != null)
+                    // Do not change this to if (weakReference.Target != null)
                     if (localRefCopied != null) Delegate.CreateDelegate(typeof(U), localRefCopied, methodInfo).DynamicInvoke(args);
                 }
             }
index c15ccc2..62d0b49 100755 (executable)
@@ -220,7 +220,7 @@ namespace Tizen.NUI
                 SWIGRegisterStringCallbackNDalic(stringDelegate);
             }
 
-            [Obsolete("Please do not use! Deprecated in API9, will be removed in API11! Please delete this if currently used!")]
+            [Obsolete("Do not use this, that is deprecated in API9 and will be removed in API11. Delete this if currently used.")]
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static void RegistCallback()
             {
@@ -278,7 +278,7 @@ namespace Tizen.NUI
         public static extern global::System.IntPtr ApplicationLowMemorySignal(global::System.Runtime.InteropServices.HandleRef jarg1);
 
 
-        [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use NDalicPINVOKE.DeleteBaseHandle(...) instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use NDalicPINVOKE.DeleteBaseHandle(...) instead.")]
         [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_BaseHandle")]
         public static extern void delete_BaseHandle(global::System.Runtime.InteropServices.HandleRef jarg1);
     }
index a0d585a..1e7cd5b 100755 (executable)
@@ -2173,11 +2173,11 @@ namespace Tizen.NUI
         internal static readonly int TooltipTailBelowVisual = Interop.NDalicToolTip.TooltipTailBelowVisualGet();
 
 
-        [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageVisualUrl instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ImageVisualUrl instead.")]
         internal static readonly int IMAGE_VISUAL_URL = Interop.NDalicImageVisual.ImageVisualUrlGet();
-        [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageVisualAlphaMaskUrl instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ImageVisualAlphaMaskUrl instead.")]
         internal static readonly int IMAGE_VISUAL_ALPHA_MASK_URL = Interop.NDalicImageVisual.ImageVisualAlphaMaskUrlGet();
-        [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageVisualAuxiliaryImageUrl instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ImageVisualAuxiliaryImageUrl instead.")]
         internal static readonly int IMAGE_VISUAL_AUXILIARY_IMAGE_URL = Interop.NDalicImageVisual.ImageVisualAuxiliaryImageUrlGet();
     }
 }
index be29df8..37465f4 100755 (executable)
@@ -111,14 +111,14 @@ namespace Tizen.NUI
             return ret;
         }
 
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use FieldOfView property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use FieldOfView property instead.")]
         public void SetFieldOfView(float fieldOfView)
         {
             Interop.CameraActor.SetFieldOfView(SwigCPtr, fieldOfView);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use FieldOfView property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use FieldOfView property instead.")]
         public float GetFieldOfView()
         {
             float ret = Interop.CameraActor.GetFieldOfView(SwigCPtr);
@@ -126,14 +126,14 @@ namespace Tizen.NUI
             return ret;
         }
 
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use AspectRatio property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use AspectRatio property instead.")]
         public void SetAspectRatio(float aspectRatio)
         {
             Interop.CameraActor.SetAspectRatio(SwigCPtr, aspectRatio);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use AspectRatio property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use AspectRatio property instead.")]
         public float GetAspectRatio()
         {
             float ret = Interop.CameraActor.GetAspectRatio(SwigCPtr);
@@ -167,14 +167,14 @@ namespace Tizen.NUI
             return ret;
         }
 
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use TargetPosition property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use TargetPosition property instead.")]
         public void SetTargetPosition(Vector3 targetPosition)
         {
             Interop.CameraActor.SetTargetPosition(SwigCPtr, Vector3.getCPtr(targetPosition));
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use TargetPosition property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use TargetPosition property instead.")]
         public Vector3 GetTargetPosition()
         {
             Vector3 ret = new Vector3(Interop.CameraActor.GetTargetPosition(SwigCPtr), true);
@@ -182,14 +182,14 @@ namespace Tizen.NUI
             return ret;
         }
 
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use InvertYAxis property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use InvertYAxis property instead.")]
         public void SetInvertYAxis(bool invertYAxis)
         {
             Interop.CameraActor.SetInvertYAxis(SwigCPtr, invertYAxis);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use InvertYAxis property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use InvertYAxis property instead.")]
         public bool GetInvertYAxis()
         {
             bool ret = Interop.CameraActor.GetInvertYAxis(SwigCPtr);
index e452a70..f897e1a 100755 (executable)
@@ -46,7 +46,7 @@ namespace Tizen.NUI.Binding
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static void SetTargetIdiom(TargetIdiom value) => Idiom = value;
 
-        [Obsolete("TargetPlatform is obsolete as of version 2.3.4. Please use RuntimePlatform instead.")]
+        [Obsolete("TargetPlatform is obsolete as of version 2.3.4. Use RuntimePlatform instead.")]
 #pragma warning disable 0618
         public static TargetPlatform OS
         {
@@ -110,7 +110,7 @@ namespace Tizen.NUI.Binding
         //     return GetNamedSize(size, targetElementType, false);
         // }
 
-        [Obsolete("OnPlatform<> (generic) is obsolete as of version 2.3.4. Please use switch(RuntimePlatform) instead.")]
+        [Obsolete("OnPlatform<> (generic) is obsolete as of version 2.3.4. Use switch(RuntimePlatform) instead.")]
         public static T OnPlatform<T>(T iOS, T Android, T WinPhone)
         {
             switch (OS)
index 371d750..239c79c 100755 (executable)
@@ -21,7 +21,7 @@ namespace Tizen.NUI.Binding
 {
     internal interface IExtendedTypeConverter
     {
-        [Obsolete("IExtendedTypeConverter.ConvertFrom is obsolete as of version 2.2.0. Please use ConvertFromInvariantString (string, IServiceProvider) instead.")]
+        [Obsolete("IExtendedTypeConverter.ConvertFrom is obsolete as of version 2.2.0. Use ConvertFromInvariantString (string, IServiceProvider) instead.")]
         object ConvertFrom(CultureInfo culture, object value, IServiceProvider serviceProvider);
 
         object ConvertFromInvariantString(string value, IServiceProvider serviceProvider);
index d122f3d..0996c91 100755 (executable)
@@ -28,7 +28,7 @@ namespace Tizen.NUI.Binding
     [Xaml.TypeConversion(typeof(Type))]
     public sealed class TypeTypeConverter : TypeConverter, IExtendedTypeConverter
     {
-        [Obsolete("IExtendedTypeConverter.ConvertFrom is obsolete as of version 2.2.0. Please use ConvertFromInvariantString (string, IServiceProvider) instead.")]
+        [Obsolete("IExtendedTypeConverter.ConvertFrom is obsolete as of version 2.2.0. Use ConvertFromInvariantString (string, IServiceProvider) instead.")]
         object IExtendedTypeConverter.ConvertFrom(CultureInfo culture, object value, IServiceProvider serviceProvider)
         {
             return ((IExtendedTypeConverter)this).ConvertFromInvariantString((string)value, serviceProvider);
index 5fc9ce9..0433fb6 100644 (file)
@@ -24,7 +24,7 @@ namespace Tizen.NUI
     /// A class containing methods providing image loading
     /// </summary>
     [EditorBrowsable(EditorBrowsableState.Never)]
-    [Obsolete("please use ImageLoader instead!")]
+    [Obsolete("Do not use this class, but Use ImageLoader instead.")]
     [System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1052:Static holder types should be Static or NotInheritable", Justification = "<Pending>")]
     public class ImageLoading
     {
index 052936a..c19b82e 100755 (executable)
@@ -131,7 +131,7 @@ namespace Tizen.NUI
         /// <param name="windowPosition"></param>
         /// <param name="styleSheet"></param>
         /// InhouseAPI, this could be opened in NextTizen
-        [Obsolete("Please do not use! This will be deprecated!")]
+        [Obsolete("Do not use! This will be deprecated!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public NUIApplication(Graphics.BackendType backend, WindowMode windowMode = WindowMode.Opaque, Size2D windowSize = null, Position2D windowPosition = null, string styleSheet = "") : base(new NUICoreBackend(styleSheet, windowMode, windowSize, windowPosition))
         {
@@ -281,7 +281,7 @@ namespace Tizen.NUI
         /// Gets the window instance.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated!")]
+        [Obsolete("Do not use! This will be deprecated!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Window Window
         {
@@ -531,7 +531,7 @@ namespace Tizen.NUI
     /// </summary>
     [SuppressMessage("Microsoft.Design", "CA1052:StaticHolderTypesShouldBeStaticOrNotInheritable")]
     [EditorBrowsable(EditorBrowsableState.Never)]
-    [Obsolete("Please do not use! This will be deprecated!")]
+    [Obsolete("Do not use! This will be deprecated!")]
     public class Graphics
     {
         /// <summary>
index 4c8275b..61356de 100755 (executable)
@@ -157,7 +157,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <param name="depth">The depth in the hierarchy for the view.</param>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated since API level 8 and will be removed in API level 10. Please use OnSceneConnection instead!")]
+        [Obsolete("This has been deprecated since API8 and will be removed in API10. Use OnSceneConnection instead.")]
         public virtual void OnStageConnection(int depth)
         {
         }
@@ -168,7 +168,7 @@ namespace Tizen.NUI.BaseComponents
         /// When the parent of a set of views is disconnected to the stage, then all of the children will receive this callback, starting with the leaf views.<br />
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated since API level 8 and will be removed in API level 10. Please use OnSceneDisconnection instead!")]
+        [Obsolete("This has been deprecated since API8 and will be removed in API10. Use OnSceneDisconnection instead.")]
         public virtual void OnStageDisconnection()
         {
         }
@@ -342,7 +342,7 @@ namespace Tizen.NUI.BaseComponents
         /// <param name="width">Width to use</param>
         /// <returns>The height based on the width</returns>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use HeightForWidth property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use HeightForWidth property instead.")]
         public new virtual float GetHeightForWidth(float width)
         {
             return viewWrapperImpl.GetHeightForWidthBase(width);
@@ -355,7 +355,7 @@ namespace Tizen.NUI.BaseComponents
         /// <param name="height">Height to use</param>
         /// <returns>The width based on the width</returns>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use WidthForHeight property instead!")]
+        [Obsolete("This has been deprecated since API9 and will be removed in API11. Use WidthForHeight property instead.")]
         public new virtual float GetWidthForHeight(float height)
         {
             return viewWrapperImpl.GetWidthForHeightBase(height);
index 9a54fba..11c851c 100755 (executable)
@@ -28,7 +28,7 @@ namespace Tizen.NUI.BaseComponents
     /// FlexContainer can expand items to fill available free space, or shrink them to prevent overflow.<br />
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
-    [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+    [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
     public class FlexContainer : View
     {
         /// <summary> Property of ContentDirection </summary>
@@ -140,7 +140,7 @@ namespace Tizen.NUI.BaseComponents
         /// Calling member functions with an uninitialized handle is not allowed.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
         public FlexContainer() : this(Interop.FlexContainer.New(), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
@@ -155,32 +155,32 @@ namespace Tizen.NUI.BaseComponents
         /// the direction that flex items are laid out in the flex container.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
         public enum FlexDirectionType
         {
             /// <summary>
             /// The flexible items are displayed vertically as a column.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             Column,
             /// <summary>
             /// The flexible items are displayed vertically as a column, but in reverse order.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             ColumnReverse,
             /// <summary>
             /// The flexible items are displayed horizontally as a row.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             Row,
             /// <summary>
             /// The flexible items are displayed horizontally as a row.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             RowReverse
         }
 
@@ -189,26 +189,26 @@ namespace Tizen.NUI.BaseComponents
         /// and on which sides the ?�start??and ?�end??are.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
         public enum ContentDirectionType
         {
             /// <summary>
             /// Inherits the same direction from the parent.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             Inherit,
             /// <summary>
             /// From left to right.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             LTR,
             /// <summary>
             /// From right to left.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             RTL
         }
 
@@ -217,38 +217,38 @@ namespace Tizen.NUI.BaseComponents
         /// space on the main axis.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
         public enum Justification
         {
             /// <summary>
             /// Items are positioned at the beginning of the container.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             JustifyFlexStart,
             /// <summary>
             /// Items are positioned at the center of the container.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             JustifyCenter,
             /// <summary>
             /// Items are positioned at the end of the container.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             JustifyFlexEnd,
             /// <summary>
             /// Items are positioned with equal space between the lines.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             JustifySpaceBetween,
             /// <summary>
             /// Items are positioned with equal space before, between, and after the lines.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             JustifySpaceAround
         }
 
@@ -257,38 +257,38 @@ namespace Tizen.NUI.BaseComponents
         /// use all the available space on the cross axis.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
         public enum Alignment
         {
             /// <summary>
             /// Inherits the same alignment from the parent (only valid for "alignSelf" property).
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             AlignAuto,
             /// <summary>
             /// At the beginning of the container.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             AlignFlexStart,
             /// <summary>
             /// At the center of the container.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             AlignCenter,
             /// <summary>
             /// At the end of the container.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             AlignFlexEnd,
             /// <summary>
             /// Stretch to fit the container.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             AlignStretch
         }
 
@@ -297,20 +297,20 @@ namespace Tizen.NUI.BaseComponents
         /// all the items on one flex line.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
         public enum WrapType
         {
             /// <summary>
             /// Flex items laid out in single line (shrunk to fit the flex container along the main axis).
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             NoWrap,
             /// <summary>
             /// Flex items laid out in multiple lines if needed.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+            [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
             Wrap
         }
 
@@ -318,7 +318,7 @@ namespace Tizen.NUI.BaseComponents
         /// The primary direction in which content is ordered.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
         public ContentDirectionType ContentDirection
         {
             get
@@ -336,7 +336,7 @@ namespace Tizen.NUI.BaseComponents
         /// The direction of the main axis which determines the direction that flex items are laid out.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
         public FlexDirectionType FlexDirection
         {
             get
@@ -354,7 +354,7 @@ namespace Tizen.NUI.BaseComponents
         /// Whether the flex items should wrap or not if there is no enough room for them on one flex line.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
         public WrapType FlexWrap
         {
             get
@@ -372,7 +372,7 @@ namespace Tizen.NUI.BaseComponents
         /// The alignment of flex items when the items do not use all available space on the main axis.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
         public Justification JustifyContent
         {
             get
@@ -390,7 +390,7 @@ namespace Tizen.NUI.BaseComponents
         /// The alignment of flex items when the items do not use all available space on the cross axis.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
         public Alignment AlignItems
         {
             get
@@ -408,7 +408,7 @@ namespace Tizen.NUI.BaseComponents
         /// Similar to "alignItems", but it aligns flex lines; so only works when there are multiple lines.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
         public Alignment AlignContent
         {
             get
index a1c11b5..376f6a8 100755 (executable)
@@ -462,11 +462,11 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// This will be deprecated, please use Image instead. <br />
+        /// This will be deprecated, Use Image instead. <br />
         /// ImageView ImageMap, type PropertyMap: string if it is a URL, map otherwise.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated! Please use Image property instead!")]
+        [Obsolete("Do not use this, that will be deprecated. Use Image property instead.")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public PropertyMap ImageMap
         {
@@ -635,7 +635,7 @@ namespace Tizen.NUI.BaseComponents
         /// Gets or sets whether to synchronous loading the resourceurl of image.<br />
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated since API level 9 and will be removed in API level 11. Please use SynchronousLoading instead!")]
+        [Obsolete("This has been deprecated since API9 and will be removed in API11. Use SynchronousLoading instead.")]
         public bool SynchronosLoading
         {
             get
@@ -703,10 +703,9 @@ namespace Tizen.NUI.BaseComponents
         /// Downcasts a handle to imageView handle.
         /// </summary>
         /// <exception cref="ArgumentNullException"> Thrown when handle is null. </exception>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use as keyword.
+        /// Do not use this, that will be deprecated. Use as keyword instead.
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead! " +
+        [Obsolete("Do not use this, that will be deprecated. Use as keyword instead. " +
         "Like: " +
         "BaseHandle handle = new ImageView(imagePath); " +
         "ImageView image = handle as ImageView")]
@@ -738,7 +737,7 @@ namespace Tizen.NUI.BaseComponents
 
             if (url.Contains(".json"))
             {
-                Tizen.Log.Fatal("NUI", "[ERROR] Please DO NOT set lottie file in ImageView! This is temporary checking, will be removed soon!");
+                Tizen.Log.Fatal("NUI", "[ERROR] Do not set lottie file in ImageView! This is temporary checking, will be removed soon!");
                 return;
             }
 
@@ -1198,7 +1197,7 @@ namespace Tizen.NUI.BaseComponents
         {
             if (url.Contains(".json"))
             {
-                Tizen.Log.Fatal("NUI", "[ERROR] Please DO NOT set lottie file in ImageView! This is temporary checking, will be removed soon!");
+                Tizen.Log.Fatal("NUI", "[ERROR] Do not set lottie file in ImageView! This is temporary checking, will be removed soon!");
                 return;
             }
 
index b91d0b8..838e26b 100755 (executable)
@@ -26,7 +26,7 @@ namespace Tizen.NUI.Components
     /// </summary>
     [FlagsAttribute]
     // Please remove this enum when 'Tizen.NUI.BaseComponents.Button.StateChangedEventArgs' and 'Tizen.NUI.BaseComponents.Slider.StateChangedArgs' are removed.
-    [Obsolete("This will be removed in API10. Please use Tizen.NUI.BaseComponents.ControlState instead!")]
+    [Obsolete("This will be removed in API10. Use Tizen.NUI.BaseComponents.ControlState instead.")]
     [EditorBrowsable(EditorBrowsableState.Never)]
     public enum ControlStates
     {
index 6ea7ad4..3c760fa 100755 (executable)
@@ -132,7 +132,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
-        [Obsolete("Deprecated. Please use Size instead.")]
+        [Obsolete("This has been deprecated. Use Size instead.")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Size2D Size2D
         {
@@ -155,7 +155,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
-        [Obsolete("Deprecated. Please use Position instead.")]
+        [Obsolete("This has been deprecated. Use Position instead.")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Position2D Position2D
         {
index 46ed3a6..c043ca5 100755 (executable)
@@ -21,7 +21,7 @@ namespace Tizen.NUI.BaseComponents
 {
     public partial class ViewStyle
     {
-        /// <summary> Bindable property of BackgroundImage. Please do not open it. </summary>
+        /// <summary> Bindable property of BackgroundImage. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty BackgroundImageProperty = BindableProperty.Create(nameof(BackgroundImage), typeof(Selector<string>), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
@@ -42,14 +42,14 @@ namespace Tizen.NUI.BaseComponents
             return ((ViewStyle)bindable).backgroundImageSelector;
         });
 
-        /// <summary> Bindable property of Focusable. Please do not open it. </summary>
+        /// <summary> Bindable property of Focusable. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty FocusableProperty = BindableProperty.Create(nameof(Focusable), typeof(bool?), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).focusable = (bool?)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).focusable
         );
 
-        /// <summary> Bindable property of FocusableChildren. Please do not open it. </summary>
+        /// <summary> Bindable property of FocusableChildren. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty FocusableChildrenProperty = BindableProperty.Create(nameof(FocusableChildren), typeof(bool?), typeof(ViewStyle), true,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).focusableChildren = (bool?)newValue,
@@ -57,14 +57,14 @@ namespace Tizen.NUI.BaseComponents
         );
 
 
-        /// <summary> Bindable property of FocusableInTouch. Please do not open it. </summary>
+        /// <summary> Bindable property of FocusableInTouch. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty FocusableInTouchProperty = BindableProperty.Create(nameof(FocusableInTouch), typeof(bool?), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).focusableInTouch = (bool?)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).focusableInTouch
         );
 
-        /// <summary> Bindable property of Focusable. Please do not open it. </summary>
+        /// <summary> Bindable property of Focusable. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty Size2DProperty = BindableProperty.Create(nameof(Size2D), typeof(Size2D), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
@@ -77,14 +77,14 @@ namespace Tizen.NUI.BaseComponents
             return viewStyle.size == null ? null : (Size2D)viewStyle.size;
         });
 
-        /// <summary> Bindable property of Opacity. Please do not open it. </summary>
+        /// <summary> Bindable property of Opacity. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty OpacityProperty = BindableProperty.Create(nameof(Opacity), typeof(Selector<float?>), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).opacitySelector = (Selector<float?>)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).opacitySelector
         );
 
-        /// <summary> Bindable property of Position2D. Please do not open it. </summary>
+        /// <summary> Bindable property of Position2D. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty Position2DProperty = BindableProperty.Create(nameof(Position2D), typeof(Position2D), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
@@ -97,28 +97,28 @@ namespace Tizen.NUI.BaseComponents
             return viewStyle.position == null ? null : new Position2D(viewStyle.position);
         });
 
-        /// <summary> Bindable property of PositionUsesPivotPoint. Please do not open it. </summary>
+        /// <summary> Bindable property of PositionUsesPivotPoint. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty PositionUsesPivotPointProperty = BindableProperty.Create(nameof(PositionUsesPivotPoint), typeof(bool?), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).positionUsesPivotPoint = (bool?)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).positionUsesPivotPoint
         );
 
-        /// <summary> Bindable property of ParentOrigin. Please do not open it. </summary>
+        /// <summary> Bindable property of ParentOrigin. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ParentOriginProperty = BindableProperty.Create(nameof(ParentOrigin), typeof(Position), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).parentOrigin = (Position)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).parentOrigin
         );
 
-        /// <summary> Bindable property of PivotPoint. Please do not open it. </summary>
+        /// <summary> Bindable property of PivotPoint. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty PivotPointProperty = BindableProperty.Create(nameof(PivotPoint), typeof(Position), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).pivotPoint = (Position)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).pivotPoint
         );
 
-        /// <summary> Bindable property of SizeWidth. Please do not open it. </summary>
+        /// <summary> Bindable property of SizeWidth. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty SizeWidthProperty = BindableProperty.Create(nameof(SizeWidth), typeof(float?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
@@ -137,7 +137,7 @@ namespace Tizen.NUI.BaseComponents
             return ((ViewStyle)bindable).size?.Width;
         });
 
-        /// <summary> Bindable property of SizeHeight. Please do not open it. </summary>
+        /// <summary> Bindable property of SizeHeight. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty SizeHeightProperty = BindableProperty.Create(nameof(SizeHeight), typeof(float?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
@@ -156,7 +156,7 @@ namespace Tizen.NUI.BaseComponents
             return ((ViewStyle)bindable).size?.Height;
         });
 
-        /// <summary> Bindable property of Position. Please do not open it. </summary>
+        /// <summary> Bindable property of Position. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty PositionProperty = BindableProperty.Create(nameof(Position), typeof(Position), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
@@ -173,7 +173,7 @@ namespace Tizen.NUI.BaseComponents
             return viewStyle.position;
         });
 
-        /// <summary> Bindable property of PositionX. Please do not open it. </summary>
+        /// <summary> Bindable property of PositionX. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty PositionXProperty = BindableProperty.Create(nameof(PositionX), typeof(float?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
@@ -192,7 +192,7 @@ namespace Tizen.NUI.BaseComponents
             return ((ViewStyle)bindable).position?.X;
         });
 
-        /// <summary> Bindable property of PositionY. Please do not open it. </summary>
+        /// <summary> Bindable property of PositionY. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty PositionYProperty = BindableProperty.Create(nameof(PositionY), typeof(float?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
@@ -211,84 +211,84 @@ namespace Tizen.NUI.BaseComponents
             return ((ViewStyle)bindable).position?.Y;
         });
 
-        /// <summary> Bindable property of Orientation. Please do not open it. </summary>
+        /// <summary> Bindable property of Orientation. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty OrientationProperty = BindableProperty.Create(nameof(Orientation), typeof(Rotation), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).orientation = (Rotation)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).orientation
         );
 
-        /// <summary> Bindable property of DrawMode. Please do not open it. </summary>
+        /// <summary> Bindable property of DrawMode. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty DrawModeProperty = BindableProperty.Create(nameof(DrawMode), typeof(DrawModeType?), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).drawMode = (DrawModeType?)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).drawMode
         );
 
-        /// <summary> Bindable property of SizeModeFactor. Please do not open it. </summary>
+        /// <summary> Bindable property of SizeModeFactor. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty SizeModeFactorProperty = BindableProperty.Create(nameof(SizeModeFactor), typeof(Vector3), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).sizeModeFactor = (Vector3)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).sizeModeFactor
         );
 
-        /// <summary> Bindable property of WidthResizePolicy. Please do not open it. </summary>
+        /// <summary> Bindable property of WidthResizePolicy. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty WidthResizePolicyProperty = BindableProperty.Create(nameof(WidthResizePolicy), typeof(ResizePolicyType?), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).widthResizePolicy = (ResizePolicyType?)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).widthResizePolicy
         );
 
-        /// <summary> Bindable property of HeightResizePolicy. Please do not open it. </summary>
+        /// <summary> Bindable property of HeightResizePolicy. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty HeightResizePolicyProperty = BindableProperty.Create(nameof(HeightResizePolicy), typeof(ResizePolicyType?), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).heightResizePolicy = (ResizePolicyType?)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).heightResizePolicy
         );
 
-        /// <summary> Bindable property of WidthForHeight. Please do not open it. </summary>
+        /// <summary> Bindable property of WidthForHeight. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty WidthForHeightProperty = BindableProperty.Create(nameof(WidthForHeight), typeof(bool?), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).widthForHeight = (bool?)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).widthForHeight
         );
 
-        /// <summary> Bindable property of HeightForWidth. Please do not open it. </summary>
+        /// <summary> Bindable property of HeightForWidth. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty HeightForWidthProperty = BindableProperty.Create(nameof(HeightForWidth), typeof(bool?), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).heightForWidth = (bool?)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).heightForWidth
         );
 
-        /// <summary> Bindable property of Padding. Please do not open it. </summary>
+        /// <summary> Bindable property of Padding. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty PaddingProperty = BindableProperty.Create(nameof(Padding), typeof(Extents), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).padding = (Extents)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).padding
         );
 
-        /// <summary> Bindable property of MinimumSize. Please do not open it. </summary>
+        /// <summary> Bindable property of MinimumSize. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty MinimumSizeProperty = BindableProperty.Create(nameof(MinimumSize), typeof(Size2D), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).minimumSize = (Size2D)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).minimumSize
         );
 
-        /// <summary> Bindable property of MaximumSize. Please do not open it. </summary>
+        /// <summary> Bindable property of MaximumSize. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty MaximumSizeProperty = BindableProperty.Create(nameof(MaximumSize), typeof(Size2D), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).maximumSize = (Size2D)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).maximumSize
         );
 
-        /// <summary> Bindable property of ClippingMode. Please do not open it. </summary>
+        /// <summary> Bindable property of ClippingMode. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ClippingModeProperty = BindableProperty.Create(nameof(ClippingMode), typeof(ClippingModeType?), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).clippingMode = (ClippingModeType?)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).clippingMode
         );
 
-        /// <summary> Bindable property of Size. Please do not open it. </summary>
+        /// <summary> Bindable property of Size. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty SizeProperty = BindableProperty.Create(nameof(Size), typeof(Size), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
@@ -305,14 +305,14 @@ namespace Tizen.NUI.BaseComponents
             return viewStyle.size;
         });
 
-        /// <summary> Bindable property of Margin. Please do not open it. </summary>
+        /// <summary> Bindable property of Margin. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty MarginProperty = BindableProperty.Create(nameof(Margin), typeof(Extents), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).margin = (Extents)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).margin
         );
 
-        /// <summary> Bindable property of BackgroundColor. Please do not open it. </summary>
+        /// <summary> Bindable property of BackgroundColor. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty BackgroundColorProperty = BindableProperty.Create(nameof(BackgroundColor), typeof(Selector<Color>), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
@@ -334,21 +334,21 @@ namespace Tizen.NUI.BaseComponents
             return ((ViewStyle)bindable).backgroundColorSelector;
         });
 
-        /// <summary> Bindable property of ColorSelector. Please do not open it. </summary>
+        /// <summary> Bindable property of ColorSelector. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ColorProperty = BindableProperty.Create(nameof(Color), typeof(Selector<Color>), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).colorSelector = (Selector<Color>)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).colorSelector
         );
 
-        /// <summary> Bindable property of BackgroundImageBorder. Please do not open it. </summary>
+        /// <summary> Bindable property of BackgroundImageBorder. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty BackgroundImageBorderProperty = BindableProperty.Create(nameof(BackgroundImageBorder), typeof(Selector<Rectangle>), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).backgroundImageBorderSelector = (Selector<Rectangle>)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).backgroundImageBorderSelector
         );
 
-        /// <summary> Bindable property of ImageShadow. Please do not open it. </summary>
+        /// <summary> Bindable property of ImageShadow. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ImageShadowProperty = BindableProperty.Create(nameof(ImageShadow), typeof(Selector<ImageShadow>), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
@@ -367,7 +367,7 @@ namespace Tizen.NUI.BaseComponents
             return ((ViewStyle)bindable).imageShadow;
         });
 
-        /// <summary> Bindable property of BoxShadow. Please do not open it. </summary>
+        /// <summary> Bindable property of BoxShadow. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty BoxShadowProperty = BindableProperty.Create(nameof(BoxShadow), typeof(Selector<Shadow>), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
@@ -386,42 +386,42 @@ namespace Tizen.NUI.BaseComponents
             return ((ViewStyle)bindable).boxShadow;
         });
 
-        /// <summary> Bindable property of CornerRadius. Please do not open it. </summary>
+        /// <summary> Bindable property of CornerRadius. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty CornerRadiusProperty = BindableProperty.Create(nameof(CornerRadius), typeof(Vector4), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
             ((ViewStyle)bindable).cornerRadius = (Vector4)newValue;
         }, defaultValueCreator: (bindable) => ((ViewStyle)bindable).cornerRadius);
 
-        /// <summary> Bindable property of CornerRadiusPolicy. Please do not open it. </summary>
+        /// <summary> Bindable property of CornerRadiusPolicy. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty CornerRadiusPolicyProperty = BindableProperty.Create(nameof(CornerRadiusPolicy), typeof(VisualTransformPolicyType?), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).cornerRadiusPolicy = (VisualTransformPolicyType?)newValue,
             defaultValueCreator: (bindable) => ((ViewStyle)bindable).cornerRadiusPolicy
         );
 
-        /// <summary> Bindable property of BorderlineWidth. Please do not open it. </summary>
+        /// <summary> Bindable property of BorderlineWidth. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty BorderlineWidthProperty = BindableProperty.Create(nameof(BorderlineWidth), typeof(float?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
             ((ViewStyle)bindable).borderlineWidth = (float?)newValue;
         }, defaultValueCreator: (bindable) => ((ViewStyle)bindable).borderlineWidth);
 
-        /// <summary> Bindable property of BorderlineColor. Please do not open it. </summary>
+        /// <summary> Bindable property of BorderlineColor. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty BorderlineColorProperty = BindableProperty.Create(nameof(BorderlineColor), typeof(Color), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
             ((ViewStyle)bindable).borderlineColor = (Color)newValue;
         }, defaultValueCreator: (bindable) => ((ViewStyle)bindable).borderlineColor ?? Tizen.NUI.Color.Black);
 
-        /// <summary> Bindable property of BorderlineOffset. Please do not open it. </summary>
+        /// <summary> Bindable property of BorderlineOffset. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty BorderlineOffsetProperty = BindableProperty.Create(nameof(BorderlineOffset), typeof(float?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
             ((ViewStyle)bindable).borderlineOffset = (float?)newValue;
         }, defaultValueCreator: (bindable) => ((ViewStyle)bindable).borderlineOffset);
 
-        /// <summary> Bindable property of ThemeChangeSensitive. Please do not open it. </summary>
+        /// <summary> Bindable property of ThemeChangeSensitive. Do not open it. </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty ThemeChangeSensitiveProperty = BindableProperty.Create(nameof(ThemeChangeSensitive), typeof(bool?), typeof(ViewStyle), null,
             propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).themeChangeSensitive = (bool?)newValue,
index b1e2526..53b885c 100755 (executable)
@@ -394,7 +394,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <param name="padding">Width and height.</param>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use CellPadding property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use CellPadding property instead.")]
         public void SetCellPadding(Size2D padding)
         {
             Interop.TableView.SetCellPadding(SwigCPtr, Size2D.getCPtr(padding));
@@ -406,7 +406,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <returns>The current padding as width and height.</returns>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use CellPadding property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use CellPadding property instead.")]
         public Vector2 GetCellPadding()
         {
             Vector2 ret = new Vector2(Interop.TableView.GetCellPadding(SwigCPtr), true);
@@ -658,7 +658,7 @@ namespace Tizen.NUI.BaseComponents
             /// The index of a row.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Please do not use! This will be deprecated! Please use RowIndex instead!")]
+            [Obsolete("Do not use this, that will be deprecated. Use RowIndex instead.")]
             [EditorBrowsable(EditorBrowsableState.Never)]
             public uint rowIndex
             {
@@ -694,7 +694,7 @@ namespace Tizen.NUI.BaseComponents
             /// The index of a column.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Please do not use! This will be deprecated! Please use ColumnIndex instead!")]
+            [Obsolete("Do not use this, that will be deprecated. Use ColumnIndex instead.")]
             [EditorBrowsable(EditorBrowsableState.Never)]
             public uint columnIndex
             {
@@ -729,7 +729,7 @@ namespace Tizen.NUI.BaseComponents
             /// The span of a row.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Please do not use! This will be deprecated! Please use RowSpan instead!")]
+            [Obsolete("Do not use this, that will be deprecated. Use RowSpan instead.")]
             [EditorBrowsable(EditorBrowsableState.Never)]
             public uint rowSpan
             {
@@ -764,7 +764,7 @@ namespace Tizen.NUI.BaseComponents
             /// The span of a column.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
-            [Obsolete("Please do not use! This will be deprecated! Please use ColumnSpan instead!")]
+            [Obsolete("Do not use this, that will be deprecated. Use ColumnSpan instead.")]
             [EditorBrowsable(EditorBrowsableState.Never)]
             public uint columnSpan
             {
index a696853..e055c16 100755 (executable)
@@ -1896,7 +1896,7 @@ namespace Tizen.NUI.BaseComponents
         /// The InputMethodSettings property.
         /// </summary>
         /// <remarks>
-        /// <see cref="InputMethod"/> is a class encapsulating the input method map. Please use the <see cref="InputMethod"/> class for this property.
+        /// <see cref="InputMethod"/> is a class encapsulating the input method map. Use the <see cref="InputMethod"/> class for this property.
         /// </remarks>
         /// <example>
         /// The following example demonstrates how to set the InputMethodSettings property.
index a7d5a81..6d73ffc 100755 (executable)
@@ -486,7 +486,7 @@ namespace Tizen.NUI.BaseComponents
         /// Deprecated.(API Level 6) Use Shadow instead.
         /// The property cascade chaining set is possible. For example, this (textField.ShadowOffset.X = 0.1f;) is possible.
         /// </remarks>
-        [Obsolete("Please do not use this ShadowOffset(Deprecated). Please use Shadow instead.")]
+        [Obsolete("Do not use this ShadowOffset(Deprecated). Use Shadow instead.")]
         public Vector2 ShadowOffset
         {
             get
@@ -514,7 +514,7 @@ namespace Tizen.NUI.BaseComponents
         /// Deprecated.(API Level 6) Use Shadow instead.
         /// The property cascade chaining set is possible. For example, this (textField.ShadowColor.X = 0.1f;) is possible.
         /// </remarks>
-        [Obsolete("Please do not use this ShadowColor(Deprecated). Please use Shadow instead.")]
+        [Obsolete("Do not use this ShadowColor(Deprecated). Use Shadow instead.")]
         public Vector4 ShadowColor
         {
             get
@@ -1013,7 +1013,7 @@ namespace Tizen.NUI.BaseComponents
         /// The InputMethodSettings property.
         /// </summary>
         /// <remarks>
-        /// <see cref="InputMethod"/> is a class encapsulating the input method map. Please use the <see cref="InputMethod"/> class for this property.
+        /// <see cref="InputMethod"/> is a class encapsulating the input method map. Use the <see cref="InputMethod"/> class for this property.
         /// </remarks>
         /// <example>
         /// The following example demonstrates how to set the InputMethodSettings property.
index b288689..d7c52ce 100755 (executable)
@@ -415,7 +415,7 @@ namespace Tizen.NUI.BaseComponents
         /// Deprecated.(API Level 6) Use Shadow instead.
         /// The property cascade chaining set is possible. For example, this (textLabel.ShadowOffset.X = 0.1f;) is possible.
         /// </remarks>
-        [Obsolete("Please do not use this ShadowOffset(Deprecated). Please use Shadow instead.")]
+        [Obsolete("Do not use this ShadowOffset(Deprecated). Use Shadow instead.")]
         public Vector2 ShadowOffset
         {
             get
@@ -446,7 +446,7 @@ namespace Tizen.NUI.BaseComponents
         /// Deprecated.(API Level 6) Use Shadow instead.
         /// The property cascade chaining set is possible. For example, this (textLabel.ShadowColor.X = 0.1f;) is possible.
         /// </remarks>
-        [Obsolete("Please do not use this ShadowColor(Deprecated). Please use Shadow instead.")]
+        [Obsolete("Do not use this ShadowColor(Deprecated). Use Shadow instead.")]
         public Vector4 ShadowColor
         {
             get
@@ -476,7 +476,7 @@ namespace Tizen.NUI.BaseComponents
         /// <remarks>
         /// Deprecated.(API Level 6) Use Underline instead.
         /// </remarks>
-        [Obsolete("Please do not use this UnderlineEnabled(Deprecated). Please use Underline instead.")]
+        [Obsolete("Do not use this UnderlineEnabled(Deprecated). Use Underline instead.")]
         public bool UnderlineEnabled
         {
             get
@@ -508,7 +508,7 @@ namespace Tizen.NUI.BaseComponents
         /// Deprecated.(API Level 6) Use Underline instead.
         /// The property cascade chaining set is possible. For example, this (textLabel.UnderlineColor.X = 0.1f;) is possible.
         /// </remarks>
-        [Obsolete("Please do not use this UnderlineColor(Deprecated). Please use Underline instead.")]
+        [Obsolete("Do not use this UnderlineColor(Deprecated). Use Underline instead.")]
         public Vector4 UnderlineColor
         {
             get
@@ -538,7 +538,7 @@ namespace Tizen.NUI.BaseComponents
         /// <remarks>
         /// Deprecated.(API Level 6) Use Underline instead.
         /// </remarks>
-        [Obsolete("Please do not use this UnderlineHeight(Deprecated). Please use Underline instead.")]
+        [Obsolete("Do not use this UnderlineHeight(Deprecated). Use Underline instead.")]
         public float UnderlineHeight
         {
             get
@@ -1199,9 +1199,8 @@ namespace Tizen.NUI.BaseComponents
         /// <returns></returns>
         /// <exception cref="ArgumentNullException"> Thrown when handle is null. </exception>
         /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use as keyword.
-        [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead! " +
+        /// Do not use this, that will be deprecated. Use as keyword instead.
+        [Obsolete("Do not use this, that will be deprecated. Use as keyword instead. " +
             "Like: " +
             "BaseHandle handle = new TextLabel(\"Hello World!\"); " +
             "TextLabel label = handle as TextLabel")]
index f64d7e9..c655fc7 100755 (executable)
@@ -506,7 +506,7 @@ namespace Tizen.NUI.BaseComponents
     /// Contains and encapsulates Native Player handle.
     /// </summary>
     [EditorBrowsable(EditorBrowsableState.Never)]
-    [Obsolete("Deprecated in API9, will be removed in API11. Please use VideoView.NativeHandle instead!")]
+    [Obsolete("This has been deprecated in API9 and will be removed in API11. Use VideoView.NativeHandle instead.")]
     public class SafeNativePlayerHandle : SafeHandle
     {
         /// <summary>
index 151e709..624d429 100755 (executable)
@@ -171,9 +171,9 @@ namespace Tizen.NUI.BaseComponents
         public static bool LayoutingDisabled { get; set; } = true;
 
         /// <summary>
-        /// Deprecate. Please do not use this.
+        /// Deprecate. Do not use this.
         /// The style instance applied to this view.
-        /// Note that please do not modify the ViewStyle.
+        /// Note that do not modify the ViewStyle.
         /// Modifying ViewStyle will affect other views with same ViewStyle.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -706,7 +706,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <remarks>
         /// The property cascade chaining set is possible. For example, this (view.CellIndex.X = 0.1f;) is possible.
-        /// Also, this property is for <see cref="TableView"/> class. Please use the property for the child position of <see cref="TableView"/>.
+        /// Also, this property is for <see cref="TableView"/> class. Use the property for the child position of <see cref="TableView"/>.
         /// </remarks>
         /// <since_tizen> 3 </since_tizen>
         public Vector2 CellIndex
@@ -727,7 +727,7 @@ namespace Tizen.NUI.BaseComponents
         /// The number of rows this child occupies, if not set, the default value is 1.
         /// </summary>
         /// <remarks>
-        /// This property is for <see cref="TableView"/> class. Please use the property for the child position of <see cref="TableView"/>.
+        /// This property is for <see cref="TableView"/> class. Use the property for the child position of <see cref="TableView"/>.
         /// </remarks>
         /// <since_tizen> 3 </since_tizen>
         public float RowSpan
@@ -747,7 +747,7 @@ namespace Tizen.NUI.BaseComponents
         /// The number of columns this child occupies, if not set, the default value is 1.
         /// </summary>
         /// <remarks>
-        /// This property is for <see cref="TableView"/> class. Please use the property for the child position of <see cref="TableView"/>.
+        /// This property is for <see cref="TableView"/> class. Use the property for the child position of <see cref="TableView"/>.
         /// </remarks>
         /// <since_tizen> 3 </since_tizen>
         public float ColumnSpan
@@ -767,7 +767,7 @@ namespace Tizen.NUI.BaseComponents
         /// The horizontal alignment of this child inside the cells, if not set, the default value is 'left'.
         /// </summary>
         /// <remarks>
-        /// This property is for <see cref="TableView"/> class. Please use the property for the child position of <see cref="TableView"/>.
+        /// This property is for <see cref="TableView"/> class. Use the property for the child position of <see cref="TableView"/>.
         /// </remarks>
         /// <since_tizen> 3 </since_tizen>
         public Tizen.NUI.HorizontalAlignmentType CellHorizontalAlignment
@@ -787,7 +787,7 @@ namespace Tizen.NUI.BaseComponents
         /// The vertical alignment of this child inside the cells, if not set, the default value is 'top'.
         /// </summary>
         /// <remarks>
-        /// This property is for <see cref="TableView"/> class. Please use the property for the child position of <see cref="TableView"/>.
+        /// This property is for <see cref="TableView"/> class. Use the property for the child position of <see cref="TableView"/>.
         /// </remarks>
         /// <since_tizen> 3 </since_tizen>
         public Tizen.NUI.VerticalAlignmentType CellVerticalAlignment
@@ -1085,15 +1085,15 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Deprecated in API5; Will be removed in API8. Please use PositionUsesPivotPoint instead!
+        /// This has been deprecated in API5 and Will be removed in API8. Use PositionUsesPivotPoint instead.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API5; Will be removed in API8. Please use PositionUsesPivotPoint instead! " +
+        [Obsolete("This has been deprecated in API5 and will be removed in API8. Use PositionUsesPivotPoint instead. " +
             "Like: " +
             "View view = new View(); " +
             "view.PivotPoint = PivotPoint.Center; " +
             "view.PositionUsesPivotPoint = true;" +
-            " Deprecated in API5: Will be removed in API8")]
+            " This has been deprecated in API5 and will be removed in API8")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public bool PositionUsesAnchorPoint
         {
@@ -2024,13 +2024,13 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Deprecated in API5; Will be removed in API8. Please use PivotPoint instead!
+        /// This has been deprecated in API5 and will be removed in API8. Use PivotPoint instead.
         /// </summary>
         /// <remarks>
         /// The property cascade chaining set is possible. For example, this (view.AnchorPoint.X = 0.1f;) is possible.
         /// </remarks>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API5; Will be removed in API8. Please use PivotPoint instead! " +
+        [Obsolete("This has been deprecated in API5 and will be removed in API8. Use PivotPoint instead. " +
             "Like: " +
             "View view = new View(); " +
             "view.PivotPoint = PivotPoint.Center; " +
@@ -2088,10 +2088,10 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Deprecated in API5; Will be removed in API8. Please use 'Container GetParent() for derived class' instead!
+        /// This has been deprecated in API5 and will be removed in API8. Use 'Container GetParent() for derived class' instead.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API5; Will be removed in API8. Please use 'Container GetParent() for derived class' instead! " +
+        [Obsolete("This has been deprecated in API5 and will be removed in API8. Use 'Container GetParent() for derived class' instead. " +
             "Like: " +
             "Container parent =  view.GetParent(); " +
             "View view = parent as View;")]
@@ -2342,13 +2342,13 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Deprecated in API5; Will be removed in API8. Please use Padding instead.
+        /// This has been deprecated in API5 and will be removed in API8. Use Padding instead.
         /// </summary>
         /// <remarks>
         /// The property cascade chaining set is possible. For example, this (view.DecorationBoundingBox.X = 0.1f;) is possible.
         /// </remarks>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API5; Will be removed in API8. Please use Padding instead.")]
+        [Obsolete("This has been deprecated in API5 and will be removed in API8. Use Padding instead.")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Extents PaddingEX
         {
index ffb81e4..38ede01 100755 (executable)
@@ -471,7 +471,7 @@ namespace Tizen.NUI.BaseComponents
         }));
 
         /// <summary>
-        /// "Please DO NOT use! This will be deprecated! Please use 'View Weight' instead of BindableProperty"
+        /// "DO not use this, that will be deprecated. Use 'View Weight' instead of BindableProperty"
         /// This needs to be hidden as inhouse API until all applications using it have been updated.  Do not make public.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
index 84bc781..901f38b 100755 (executable)
@@ -222,7 +222,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <seealso cref="Container.GetChildCount" />
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use ChildCount property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ChildCount property instead.")]
         public override uint GetChildCount()
         {
             return Convert.ToUInt32(Children.Count);
@@ -263,7 +263,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <param name="styleName">A string matching a style described in a stylesheet.</param>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use StyleName property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use StyleName property instead.")]
         public void SetStyleName(string styleName)
         {
             Interop.View.SetStyleName(SwigCPtr, styleName);
@@ -275,7 +275,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <returns>A string matching a style, or an empty string.</returns>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use StyleName property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use StyleName property instead.")]
         public string GetStyleName()
         {
             string ret = Interop.View.GetStyleName(SwigCPtr);
@@ -522,7 +522,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <param name="padding">Padding for the view.</param>
         /// <since_tizen> 3 </since_tizen>
-        // [Obsolete("Deprecated in API9, will be removed in API11. Please use Padding property instead!")]
+        // [Obsolete("This has been deprecated in API9 and will be removed in API11. Use Padding property instead.")]
         public void SetPadding(PaddingType padding)
         {
             Interop.Actor.SetPadding(SwigCPtr, PaddingType.getCPtr(padding));
@@ -535,7 +535,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <param name="paddingOut">the value of padding for the view</param>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use Padding property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use Padding property instead.")]
         public void GetPadding(PaddingType paddingOut)
         {
             Interop.Actor.GetPadding(SwigCPtr, PaddingType.getCPtr(paddingOut));
@@ -666,7 +666,7 @@ namespace Tizen.NUI.BaseComponents
         /// <param name="id">The ID of the View to find</param>
         /// <returns>A View if found or a null if not</returns>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        [Obsolete("This will be removed at API11! please use FindDescendantByID(uint id) instead!")]
+        [Obsolete("This will be removed at API11. Use FindDescendantByID(uint id) instead.")]
         public View FindChildByID(uint id)
         {
             IntPtr cPtr = Interop.Actor.FindChildById(SwigCPtr, id);
index bf76a57..8a5e286 100755 (executable)
@@ -37,7 +37,7 @@ namespace Tizen.NUI
     ///
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
-    [Obsolete("Deprecated in API8, will be removed in API10. This is not used anymore, please do not use.")]
+    [Obsolete("This has been deprecated in API8 and will be removed in API10. This is not used anymore, do not use.")]
     public class Adaptor : Disposable
     {
         private static readonly Adaptor instance = Adaptor.Get();
@@ -51,7 +51,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <remarks>The adaptor has been initialized. This is only valid in the main thread.</remarks>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API8, will be removed in API10. This is not used anymore, please do not use.")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. This is not used anymore, do not use.")]
         public static Adaptor Instance
         {
             get
@@ -65,7 +65,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <param name="wheelEvent">The wheel event.</param>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API8, will be removed in API10. This is not used anymore, please do not use.")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. This is not used anymore, do not use.")]
         public void FeedWheelEvent(Wheel wheelEvent)
         {
             Interop.Adaptor.FeedWheelEvent(SwigCPtr, Wheel.getCPtr(wheelEvent));
@@ -77,7 +77,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <param name="keyEvent">The key event holding the key information.</param>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API8, will be removed in API10. This is not used anymore, please do not use.")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. This is not used anymore, do not use.")]
         public void FeedKeyEvent(Key keyEvent)
         {
             Interop.Adaptor.FeedKeyEvent(SwigCPtr, Key.getCPtr(keyEvent));
@@ -112,7 +112,7 @@ namespace Tizen.NUI
         /// ReleaseSwigCPtr
         /// </summary>
         /// <param name="swigCPtr"></param>
-        [Obsolete("Deprecated in API8, will be removed in API10. This is not used anymore, please do not use.")]
+        [Obsolete("This has been deprecated in API8 and will be removed in API10. This is not used anymore, do not use.")]
         // This will not be public opened.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
index 8a03c56..9fc285a 100755 (executable)
@@ -117,7 +117,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         /// <seealso cref="BindableObject.PropertyChanged"/>
-        [Obsolete("Deprecated in API9, will be removed in API11, Use BindableObject.PropertyChanged instead!")]
+        [Obsolete("Deprecated in API9, will be removed in API11, Use BindableObject.PropertyChanged instead.")]
         public event PropertyChangedEventHandler PropertySet;
 
         internal global::System.Runtime.InteropServices.HandleRef GetBaseHandleCPtrHandleRef
index 6bdf698..e09972c 100755 (executable)
@@ -1091,14 +1091,14 @@ namespace Tizen.NUI
         /// // DO NOT use as follows:
         /// Color color = new Color();
         /// color.R = 0.1f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f;
         /// Color color = new Color(r, g, b, a);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float R
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. Use the new Color(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use the new Color(...) constructor")]
             set
             {
                 Interop.Vector4.RSet(SwigCPtr, ValueCheck(value));
@@ -1124,14 +1124,14 @@ namespace Tizen.NUI
         /// // DO NOT use as follows:
         /// Color color = new Color();
         /// color.G = 0.5f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f;
         /// Color color = new Color(r, g, b, a);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float G
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. Use the new Color(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use the new Color(...) constructor")]
             set
             {
                 Interop.Vector4.GSet(SwigCPtr, ValueCheck(value));
@@ -1157,14 +1157,14 @@ namespace Tizen.NUI
         /// // DO NOT use as follows:
         /// Color color = new Color();
         /// color.B = 0.9f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f;
         /// Color color = new Color(r, g, b, a);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float B
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. Use the new Color(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use the new Color(...) constructor")]
             set
             {
                 Interop.Vector4.BSet(SwigCPtr, ValueCheck(value));
@@ -1190,14 +1190,14 @@ namespace Tizen.NUI
         /// // DO NOT use as follows:
         /// Color color = new Color();
         /// color.A = 1.0f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f;
         /// Color color = new Color(r, g, b, a);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float A
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. Use the new Color(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use the new Color(...) constructor")]
             set
             {
                 Interop.Vector4.ASet(SwigCPtr, ValueCheck(value));
index 90444ab..9425f6e 100755 (executable)
@@ -183,7 +183,7 @@ namespace Tizen.NUI
         /// <pre>The container has been initialized.</pre>
         /// <returns>The number of children.</returns>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use ChildCount property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ChildCount property instead.")]
         public abstract UInt32 GetChildCount();
 
         internal abstract View FindCurrentChildById(uint id);
index e3581bd..4b30f5e 100755 (executable)
@@ -128,20 +128,20 @@ namespace Tizen.NUI
         /// The Start extent.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Extents(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Ue new Extents(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Extents extents = new Extents();
         /// extents.Start = 1; 
-        /// // Please USE like this
+        /// // USE like this
         /// ushort start = 1, end = 2, top = 3, bottom = 4;
         /// Extents extents = new Extents(start, end, top, bottom);
         /// </code>
         /// <since_tizen> 4 </since_tizen>
         public ushort Start
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Extents(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor")]
             set
             {
                 Interop.Extents.StartSet(SwigCPtr, value);
@@ -161,20 +161,20 @@ namespace Tizen.NUI
         /// The End extend.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Extents(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Extents extents = new Extents();
         /// extents.End = 2; 
-        /// // Please USE like this
+        /// // USE like this
         /// ushort start = 1, end = 2, top = 3, bottom = 4;
         /// Extents extents = new Extents(start, end, top, bottom);
         /// </code>
         /// <since_tizen> 4 </since_tizen>
         public ushort End
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Extents(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor")]
             set
             {
                 Interop.Extents.EndSet(SwigCPtr, value);
@@ -194,20 +194,20 @@ namespace Tizen.NUI
         /// The Top extend.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Extents(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Extents extents = new Extents();
         /// extents.Top = 3; 
-        /// // Please USE like this
+        /// // USE like this
         /// ushort start = 1, end = 2, top = 3, bottom = 4;
         /// Extents extents = new Extents(start, end, top, bottom);
         /// </code>
         /// <since_tizen> 4 </since_tizen>
         public ushort Top
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Extents(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor")]
             set
             {
                 Interop.Extents.TopSet(SwigCPtr, value);
@@ -227,20 +227,20 @@ namespace Tizen.NUI
         /// The Bottom Extend.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Extents(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Extents extents = new Extents();
         /// extents.Bottom = 4; 
-        /// // Please USE like this
+        /// // USE like this
         /// ushort start = 1, end = 2, top = 3, bottom = 4;
         /// Extents extents = new Extents(start, end, top, bottom);
         /// </code>
         /// <since_tizen> 4 </since_tizen>
         public ushort Bottom
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Extents(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor")]
             set
             {
                 Interop.Extents.BottomSet(SwigCPtr, value);
index 6f18d36..c311fea 100755 (executable)
@@ -348,7 +348,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <returns>The child count of the layer.</returns>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use ChildCount property instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ChildCount property instead")]
         public override uint GetChildCount()
         {
             return Convert.ToUInt32(Children.Count);
@@ -359,9 +359,8 @@ namespace Tizen.NUI
         /// </summary>
         /// <exception cref="ArgumentNullException"> Thrown when handle is null. </exception>
         /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use as keyword.
-        [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")]
+        /// Do not use this, that will be deprecated. Use as keyword instead.
+        [Obsolete("Do not use this, that will be deprecated. Use as keyword instead.")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static Layer DownCast(BaseHandle handle)
         {
index 6695c9b..901c8fb 100755 (executable)
@@ -127,7 +127,7 @@ namespace Tizen.NUI
         /// <remarks>
         /// Deprecated.(API Level 6) Not used.
         /// </remarks>
-        [Obsolete("Please do not use this DrawModeType.Stencil(Deprecated). This is replaced by ClippingModeType")]
+        [Obsolete("Do not use this DrawModeType.Stencil(Deprecated). This is replaced by ClippingModeType")]
         [Description("STENCIL")]
         Stencil = 3
     }
@@ -309,10 +309,10 @@ namespace Tizen.NUI
         /// </summary>
         DisableStyleChangeSignals = 1 << 6,
         /// <summary>
-        /// Please do not use! This will be deprecated!
+        /// Do not use! This will be deprecated!
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated!")]
+        [Obsolete("Do not use! This will be deprecated!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         LastViewBehaviourFlag
     }
@@ -1672,10 +1672,10 @@ namespace Tizen.NUI
     }
 
     /// <summary>
-    /// [Obsolete("Please do not use! this will be deprecated")]
+    /// [Obsolete("Do not use this, that will be deprecated.")]
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
-    [Obsolete("Please do not use! This will be deprecated! Please use PivotPoint instead!")]
+    [Obsolete("Do not use this, that will be deprecated. Use as PivotPoint instead.")]
     [EditorBrowsable(EditorBrowsableState.Never)]
     public struct AnchorPoint
     {
index cd73776..2e346ef 100755 (executable)
@@ -521,20 +521,20 @@ namespace Tizen.NUI
         /// The x component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Position(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Position(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Position position = new Position();
         /// position.X = 1.0f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 1.0f, y = 2.0f, z = 3.0f;
         /// Position position = new Position(x, y, z);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float X
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Position(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Position(...) constructor")]
             set
             {
                 Interop.Vector3.XSet(SwigCPtr, value);
@@ -554,20 +554,20 @@ namespace Tizen.NUI
         /// The y component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Position(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Position(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Position position = new Position();
         /// position.Y = 2.0f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 1.0f, y = 2.0f, z = 3.0f;
         /// Position position = new Position(x, y, z);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Y
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Position(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Position(...) constructor")]
             set
             {
                 Interop.Vector3.YSet(SwigCPtr, value);
@@ -587,20 +587,20 @@ namespace Tizen.NUI
         /// The z component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Position(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Position(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Position position = new Position();
         /// position.Z = 3.0f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 1.0f, y = 2.0f, z = 3.0f;
         /// Position position = new Position(x, y, z);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Z
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Position(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Position(...) constructor")]
             set
             {
                 Interop.Vector3.ZSet(SwigCPtr, value);
index 556ddfd..86bd64e 100755 (executable)
@@ -87,20 +87,20 @@ namespace Tizen.NUI
         /// The x component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Position2D(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Position2D(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Position2D position2d = new Position2D();
         /// position2d.X = 1; 
-        /// // Please USE like this
+        /// // USE like this
         /// int x = 1, y = 2;
         /// Position2D position2d = new Position2D(x, y);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public int X
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Position2D(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Position2D(...) constructor")]
             set
             {
                 Interop.Vector2.XSet(SwigCPtr, (float)value);
@@ -120,20 +120,20 @@ namespace Tizen.NUI
         /// The y component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Position2D(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Position2D(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Position2D position2d = new Position2D();
         /// position2d.Y = 2; 
-        /// // Please USE like this
+        /// // USE like this
         /// int x = 1, y = 2;
         /// Position2D position2d = new Position2D(x, y);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public int Y
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Position2D(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Position2D(...) constructor")]
             set
             {
                 Interop.Vector2.YSet(SwigCPtr, (float)value);
index 48b0a98..5bbbd8b 100755 (executable)
@@ -117,7 +117,7 @@ namespace Tizen.NUI
 
         /// <summary>
         /// Get property notification from Intptr.<br/>
-        /// This should be internal, please do not use.
+        /// This should be internal, do not use.
         /// </summary>
         /// <param name="cPtr">An object of IntPtr type.</param>
         /// <returns>An object of the PropertyNotification type.</returns>
index 8e8592e..2a24ceb 100755 (executable)
@@ -90,20 +90,20 @@ namespace Tizen.NUI
         /// The x position of the rectangle.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Rectangle(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Rectangle rectangle = new Rectangle();
         /// rectangle.X = 1; 
-        /// // Please USE like this
+        /// // USE like this
         /// int x = 1, y = 2, width = 3, height = 4;
         /// Rectangle rectangle = new Rectangle(x, y, width, height);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public int X
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Rectangle(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor")]
             set
             {
                 x = (value);
@@ -120,20 +120,20 @@ namespace Tizen.NUI
         /// The Y position of the rectangle.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Rectangle(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Rectangle rectangle = new Rectangle();
         /// rectangle.Y = 2; 
-        /// // Please USE like this
+        /// // USE like this
         /// int x = 1, y = 2, width = 3, height = 4;
         /// Rectangle rectangle = new Rectangle(x, y, width, height);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public int Y
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Rectangle(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor")]
             set
             {
                 y = (value);
@@ -150,20 +150,20 @@ namespace Tizen.NUI
         /// The width of the rectangle.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Rectangle(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Rectangle rectangle = new Rectangle();
         /// rectangle.Width = 3; 
-        /// // Please USE like this
+        /// // USE like this
         /// int x = 1, y = 2, width = 3, height = 4;
         /// Rectangle rectangle = new Rectangle(x, y, width, height);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public int Width
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Rectangle(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor")]
             set
             {
                 width = (value);
@@ -180,20 +180,20 @@ namespace Tizen.NUI
         /// The height of the rectangle.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Rectangle(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Rectangle rectangle = new Rectangle();
         /// rectangle.Height = 4; 
-        /// // Please USE like this
+        /// // USE like this
         /// int x = 1, y = 2, width = 3, height = 4;
         /// Rectangle rectangle = new Rectangle(x, y, width, height);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public int Height
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Rectangle(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor")]
             set
             {
                 height = (value);
index f9c54e5..8488595 100755 (executable)
@@ -76,20 +76,20 @@ namespace Tizen.NUI
         /// The x component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector2(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector2(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// RelativeVector2 relativeVector2 = new RelativeVector2();
         /// relativeVector2.X = 0.1f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.9f;
         /// RelativeVector2 relativeVector2 = new RelativeVector2(x, y);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float X
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector2(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector2(...) constructor")]
             set
             {
                 Interop.Vector2.XSet(SwigCPtr, value);
@@ -107,20 +107,20 @@ namespace Tizen.NUI
         /// The y component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector2(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector2(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// RelativeVector2 relativeVector2 = new RelativeVector2();
         /// relativeVector2.Y = 0.9f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.9f;
         /// RelativeVector2 relativeVector2 = new RelativeVector2(x, y);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Y
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector2(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector2(...) constructor")]
             set
             {
                 Interop.Vector2.YSet(SwigCPtr, value);
index abefcf6..744632f 100755 (executable)
@@ -74,20 +74,20 @@ namespace Tizen.NUI
         /// The x component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector3(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector3(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// RelativeVector3 relativeVector3 = new RelativeVector3();
         /// relativeVector3.X = 0.1f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f, z = 0.9f;
         /// RelativeVector3 relativeVector3 = new RelativeVector3(x, y, z);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float X
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector3(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector3(...) constructor")]
             set
             {
                 Interop.Vector3.XSet(SwigCPtr, value);
@@ -105,20 +105,20 @@ namespace Tizen.NUI
         /// The y component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector3(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector3(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// RelativeVector3 relativeVector3 = new RelativeVector3();
         /// relativeVector3.Y = 0.5f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f, z = 0.9f;
         /// RelativeVector3 relativeVector3 = new RelativeVector3(x, y, z);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Y
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector3(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector3(...) constructor")]
             set
             {
                 Interop.Vector3.YSet(SwigCPtr, value);
@@ -136,20 +136,20 @@ namespace Tizen.NUI
         /// The z component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector3(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector3(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// RelativeVector3 relativeVector3 = new RelativeVector3();
         /// relativeVector3.Z = 0.9f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f, z = 0.9f;
         /// RelativeVector3 relativeVector3 = new RelativeVector3(x, y, z);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Z
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector3(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector3(...) constructor")]
             set
             {
                 Interop.Vector3.ZSet(SwigCPtr, value);
index 1aefd29..6981ad0 100755 (executable)
@@ -83,20 +83,20 @@ namespace Tizen.NUI
         /// The x component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// RelativeVector4 relativeVector4 = new RelativeVector4();
         /// relativeVector4.X = 0.1f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f;
         /// RelativeVector4 relativeVector4 = new RelativeVector4(x, y, z, w);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float X
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor")]
             set
             {
                 Interop.Vector4.XSet(SwigCPtr, value);
@@ -116,20 +116,20 @@ namespace Tizen.NUI
         /// The y component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// RelativeVector4 relativeVector4 = new RelativeVector4();
         /// relativeVector4.Y = 0.5f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f;
         /// RelativeVector4 relativeVector4 = new RelativeVector4(x, y, z, w);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Y
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor")]
             set
             {
                 Interop.Vector4.YSet(SwigCPtr, value);
@@ -149,20 +149,20 @@ namespace Tizen.NUI
         /// The z component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// RelativeVector4 relativeVector4 = new RelativeVector4();
         /// relativeVector4.Z = 0.9f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f;
         /// RelativeVector4 relativeVector4 = new RelativeVector4(x, y, z, w);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Z
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor")]
             set
             {
                 Interop.Vector4.ZSet(SwigCPtr, value);
@@ -182,20 +182,20 @@ namespace Tizen.NUI
         /// The w component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// RelativeVector4 relativeVector4 = new RelativeVector4();
         /// relativeVector4.W = 1.0f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f;
         /// RelativeVector4 relativeVector4 = new RelativeVector4(x, y, z, w);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float W
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor")]
             set
             {
                 Interop.Vector4.WSet(SwigCPtr, value);
index fcdc98e..ae1d11a 100755 (executable)
@@ -95,20 +95,20 @@ namespace Tizen.NUI
         /// The Width property for the width component of size
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Size(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Size(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Size size = new Size();
         /// size.Width = 0.1f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float width = 0.1f, height = 0.5f, depth = 0.9f;
         /// Size size = new Size(width, height, depth);
         /// </code>
         /// <since_tizen> 5 </since_tizen>
         public float Width
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Size(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Size(...) constructor")]
             set
             {
                 Interop.Vector3.WidthSet(SwigCPtr, value);
@@ -128,20 +128,20 @@ namespace Tizen.NUI
         /// The Height property for the height component of size.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Size(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Size(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Size size = new Size();
         /// size.Height = 0.5f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float width = 0.1f, height = 0.5f, depth = 0.9f;
         /// Size size = new Size(width, height, depth);
         /// </code>
         /// <since_tizen> 5 </since_tizen>
         public float Height
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Size(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Size(...) constructor")]
             set
             {
                 Interop.Vector3.HeightSet(SwigCPtr, value);
@@ -161,20 +161,20 @@ namespace Tizen.NUI
         /// The Depth property for the depth component of size.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Size(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Size(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Size size = new Size();
         /// size.Depth = 0.9f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float width = 0.1f, height = 0.5f, depth = 0.9f;
         /// Size size = new Size(width, height, depth);
         /// </code>
         /// <since_tizen> 5 </since_tizen>
         public float Depth
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Size(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Size(...) constructor")]
             set
             {
                 Interop.Vector3.DepthSet(SwigCPtr, value);
index 782e112..ae13443 100755 (executable)
@@ -72,20 +72,20 @@ namespace Tizen.NUI
         /// The property for the width component of a size.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Size2D(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Size2D(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Size2D size2d = new Size2D();
         /// size2d.Width = 1; 
-        /// // Please USE like this
+        /// // USE like this
         /// int width = 1, height = 2;
         /// Size2D size2d = new Size2D(width, height);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public int Width
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Size2D(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Size2D(...) constructor")]
             set
             {
                 Interop.Vector2.WidthSet(SwigCPtr, (float)value);
@@ -105,20 +105,20 @@ namespace Tizen.NUI
         /// The property for the height component of a size.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Size2D(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Size2D(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Size2D size2d = new Size2D();
         /// size2d.Height = 2; 
-        /// // Please USE like this
+        /// // USE like this
         /// int width = 1, height = 2;
         /// Size2D size2d = new Size2D(width, height);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public int Height
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Size2D(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Size2D(...) constructor")]
             set
             {
                 Interop.Vector2.HeightSet(SwigCPtr, (float)value);
index d815359..68115d8 100755 (executable)
@@ -200,20 +200,20 @@ namespace Tizen.NUI
         /// The x component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector2(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector2 vector2 = new Vector2();
         /// vector2.X = 0.1f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f;
         /// Vector2 vector2 = new Vector2(x, y);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float X
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector2(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor")]
             set
             {
                 Interop.Vector2.XSet(SwigCPtr, value);
@@ -233,20 +233,20 @@ namespace Tizen.NUI
         /// The width.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector2(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector2 vector2 = new Vector2();
         /// vector2.Width = 1.0f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float width = 1.0f, height = 2.0f;
         /// Vector2 vector2 = new Vector2(x, y);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Width
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector2(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor")]
             set
             {
                 Interop.Vector2.WidthSet(SwigCPtr, value);
@@ -266,20 +266,20 @@ namespace Tizen.NUI
         /// The y component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector2(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector2 vector2 = new Vector2();
         /// vector2.Y = 0.5f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f;
         /// Vector2 vector2 = new Vector2(x, y);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Y
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector2(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor")]
             set
             {
                 Interop.Vector2.YSet(SwigCPtr, value);
@@ -299,20 +299,20 @@ namespace Tizen.NUI
         /// The height.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector2(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector2 vector2 = new Vector2();
         /// vector2.Height = 2.0f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float width = 1.0f, height = 2.0f;
         /// Vector2 vector2 = new Vector2(x, y);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Height
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector2(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor")]
             set
             {
                 Interop.Vector2.HeightSet(SwigCPtr, value);
index 465a8e7..5271bf1 100755 (executable)
@@ -215,20 +215,20 @@ namespace Tizen.NUI
         /// The x component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector3 vector3 = new Vector3();
         /// vector3.X = 0.1f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f, z = 0.9f;
         /// Vector3 vector3 = new Vector3(x, y, z);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float X
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")]
             set
             {
                 Interop.Vector3.XSet(SwigCPtr, value);
@@ -248,20 +248,20 @@ namespace Tizen.NUI
         /// The width component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector3 vector3 = new Vector3();
         /// vector3.Width = 1.0f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float width = 1.0f, height = 2.0f, depth = 3.0f;
         /// Vector3 vector3 = new Vector3(width, height, depth);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Width
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")]
             set
             {
                 Interop.Vector3.WidthSet(SwigCPtr, value);
@@ -281,20 +281,20 @@ namespace Tizen.NUI
         /// The red component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector3 vector3 = new Vector3();
         /// vector3.R = 0.1f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float r = 0.1f, g = 0.5f, b = 0.9f;
         /// Vector3 vector3 = new Vector3(r, g, b);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float R
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")]
             set
             {
                 Interop.Vector3.RSet(SwigCPtr, value);
@@ -314,20 +314,20 @@ namespace Tizen.NUI
         /// The y component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector3 vector3 = new Vector3();
         /// vector3.Y = 0.5f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f, z = 0.9f;
         /// Vector3 vector3 = new Vector3(x, y, z);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Y
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")]
             set
             {
                 Interop.Vector3.YSet(SwigCPtr, value);
@@ -347,20 +347,20 @@ namespace Tizen.NUI
         /// The height component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector3 vector3 = new Vector3();
         /// vector3.Height = 2.0f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float width = 1.0f, height = 2.0f, depth = 3.0f;
         /// Vector3 vector3 = new Vector3(width, height, depth);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Height
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")]
             set
             {
                 Interop.Vector3.HeightSet(SwigCPtr, value);
@@ -380,20 +380,20 @@ namespace Tizen.NUI
         /// The green component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector3 vector3 = new Vector3();
         /// vector3.G = 0.5f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float r = 0.1f, g = 0.5f, b = 0.9f;
         /// Vector3 vector3 = new Vector3(r, g, b);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float G
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")]
             set
             {
                 Interop.Vector3.GSet(SwigCPtr, value);
@@ -413,20 +413,20 @@ namespace Tizen.NUI
         /// The z component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector3 vector3 = new Vector3();
         /// vector3.Z = 0.9f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f, z = 0.9f;
         /// Vector3 vector3 = new Vector3(x, y, z);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Z
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")]
             set
             {
                 Interop.Vector3.ZSet(SwigCPtr, value);
@@ -446,20 +446,20 @@ namespace Tizen.NUI
         /// The depth component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector3 vector3 = new Vector3();
         /// vector3.Depth = 3.0f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float width = 1.0f, height = 2.0f, depth = 3.0f;
         /// Vector3 vector3 = new Vector3(width, height, depth);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Depth
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")]
             set
             {
                 Interop.Vector3.DepthSet(SwigCPtr, value);
@@ -479,20 +479,20 @@ namespace Tizen.NUI
         /// The blue component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector3 vector3 = new Vector3();
         /// vector3.B = 0.9f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float r = 0.1f, g = 0.5f, b = 0.9f;
         /// Vector3 vector3 = new Vector3(r, g, b);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float B
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")]
             set
             {
                 Interop.Vector3.BSet(SwigCPtr, value);
index 55a4479..7893562 100755 (executable)
@@ -172,20 +172,20 @@ namespace Tizen.NUI
         /// The x component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector4 vector4 = new Vector4();
         /// vector4.X = 0.1f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f;
         /// Vector4 vector4 = new Vector4(x, y, z, w);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float X
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")]
             set
             {
                 Interop.Vector4.XSet(SwigCPtr, value);
@@ -205,20 +205,20 @@ namespace Tizen.NUI
         /// The red component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector4 vector4 = new Vector4();
         /// vector4.R = 0.1f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f;
         /// Vector4 vector4 = new Vector4(r, g, b, a);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float R
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")]
             set
             {
                 Interop.Vector4.RSet(SwigCPtr, value);
@@ -238,20 +238,20 @@ namespace Tizen.NUI
         /// The s component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector4 vector4 = new Vector4();
         /// vector4.S = 0.1f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float s = 0.1f, t = 0.5f, p = 0.9f, q = 1.0f;
         /// Vector4 vector4 = new Vector4(s, t, p, q);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float S
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")]
             set
             {
                 Interop.Vector4.SSet(SwigCPtr, value);
@@ -271,20 +271,20 @@ namespace Tizen.NUI
         /// The y component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector4 vector4 = new Vector4();
         /// vector4.Y = 0.5f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f;
         /// Vector4 vector4 = new Vector4(x, y, z, w);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Y
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")]
             set
             {
                 Interop.Vector4.YSet(SwigCPtr, value);
@@ -304,20 +304,20 @@ namespace Tizen.NUI
         /// The green component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector4 vector4 = new Vector4();
         /// vector4.G = 0.5f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f;
         /// Vector4 vector4 = new Vector4(r, g, b, a);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float G
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")]
             set
             {
                 Interop.Vector4.GSet(SwigCPtr, value);
@@ -337,20 +337,20 @@ namespace Tizen.NUI
         /// The t component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector4 vector4 = new Vector4();
         /// vector4.T = 0.5f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float s = 0.1f, t = 0.5f, p = 0.9f, q = 1.0f;
         /// Vector4 vector4 = new Vector4(s, t, p, q);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float T
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")]
             set
             {
                 Interop.Vector4.TSet(SwigCPtr, value);
@@ -370,20 +370,20 @@ namespace Tizen.NUI
         /// The z component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector4 vector4 = new Vector4();
         /// vector4.Z = 0.9f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f;
         /// Vector4 vector4 = new Vector4(x, y, z, w);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Z
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")]
             set
             {
                 Interop.Vector4.ZSet(SwigCPtr, value);
@@ -403,20 +403,20 @@ namespace Tizen.NUI
         /// The blue component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector4 vector4 = new Vector4();
         /// vector4.B = 0.9f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f;
         /// Vector4 vector4 = new Vector4(r, g, b, a);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float B
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")]
             set
             {
                 Interop.Vector4.BSet(SwigCPtr, value);
@@ -436,20 +436,20 @@ namespace Tizen.NUI
         /// The p component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector4 vector4 = new Vector4();
         /// vector4.P = 0.9f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float s = 0.1f, t = 0.5f, p = 0.9f, q = 1.0f;
         /// Vector4 vector4 = new Vector4(s, t, p, q);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float P
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")]
             set
             {
                 Interop.Vector4.PSet(SwigCPtr, value);
@@ -469,20 +469,20 @@ namespace Tizen.NUI
         /// The w component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector4 vector4 = new Vector4();
         /// vector4.W = 1.0f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f;
         /// Vector4 vector4 = new Vector4(x, y, z, w);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float W
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")]
             set
             {
                 Interop.Vector4.WSet(SwigCPtr, value);
@@ -502,20 +502,20 @@ namespace Tizen.NUI
         /// The alpha component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector4 vector4 = new Vector4();
         /// vector4.A = 1.0f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f;
         /// Vector4 vector4 = new Vector4(r, g, b, a);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float A
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")]
             set
             {
                 Interop.Vector4.ASet(SwigCPtr, value);
@@ -535,20 +535,20 @@ namespace Tizen.NUI
         /// The q component.
         /// </summary>
         /// <remarks>
-        /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor.
+        /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor.
         /// </remarks>
         /// <code>
         /// // DO NOT use like the followings!
         /// Vector4 vector4 = new Vector4();
         /// vector4.Q = 1.0f; 
-        /// // Please USE like this
+        /// // USE like this
         /// float s = 0.1f, t = 0.5f, p = 0.9f, q = 1.0f;
         /// Vector4 vector4 = new Vector4(s, t, p, q);
         /// </code>
         /// <since_tizen> 3 </since_tizen>
         public float Q
         {
-            [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")]
+            [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")]
             set
             {
                 Interop.Vector4.QSet(SwigCPtr, value);
index c7eb4bf..78413f6 100755 (executable)
@@ -26,7 +26,7 @@ namespace Tizen.NUI
     ///  The buffer memory must not be released outside of this class, instead,
     ///  the PixelData object will release it automatically when the reference count falls to zero.
     /// </summary>
-    /// Please DO NOT use! This will be deprecated!
+    /// Do not use! This will be deprecated!
     /// PixelData class requires externally allocated pixel memory buffer and this buffer loses its ownership by native DALi.
     /// And this would make some problem, because dotnet runtime would change the address of memory allocated.
     /// So this is required to be removed.
index 204d898..5dcd5ce 100755 (executable)
@@ -182,12 +182,12 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
+        /// [Obsolete("Do not use this, that will be deprecated.")]
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use FocusedViewActivated.
-        [Obsolete("Please do not use! This will be deprecated! Please use FocusManager.FocusedViewActivated instead! " +
+        /// Do not use this, that will be deprecated.
+        /// Instead Use FocusedViewActivated.
+        [Obsolete("Do not use this, that will be deprecated. Use FocusManager.FocusedViewActivated instead. " +
             "Like: " +
             "FocusManager.Instance.FocusedViewActivated = OnFocusedViewActivated; " +
             "private void OnFocusedViewActivated(object source, FocusManager.FocusedViewActivatedEventArgs args) {...}")]
@@ -578,11 +578,11 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Please do not use! this will be deprecated!
+        /// Do not use this, that will be deprecated.
         /// </summary>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use OnFocusedViewEnterKey.
-        [Obsolete("Please do not use! This will be deprecated! Please use FocusManager.OnFocusedViewEnterKey instead!")]
+        /// Do not use this, that will be deprecated.
+        /// Instead Use OnFocusedViewEnterKey.
+        [Obsolete("Do not use this, that will be deprecated. Use FocusManager.OnFocusedViewEnterKey instead.")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         private void OnFocusedViewEnterKey2(IntPtr view)
         {
@@ -762,12 +762,12 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Please do not use! this will be deprecated
+        /// Do not use this, that will be deprecated.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated.
-        /// Instead please use FocusedViewActivatedEventArgs.
-        [Obsolete("Please do not use! This will be deprecated! Please use FocusedViewActivatedEventArgs instead! " +
+        /// Do not use this, that will be deprecated.
+        /// Instead Use FocusedViewActivatedEventArgs.
+        [Obsolete("Do not use this, that will be deprecated. Use FocusedViewActivatedEventArgs instead. " +
             "Like: " +
             "FocusManager.Instance.FocusedViewActivated = OnFocusedViewActivated; " +
             "private void OnFocusedViewActivated(object source, FocusManager.FocusedViewActivatedEventArgs arg)" +
index d8f937e..2ef67e5 100755 (executable)
@@ -801,7 +801,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <param name="type">Dispose Type</param>
         /// <since_tizen> 5 </since_tizen>
-        /// Please do not use! This will be deprecated!
+        /// Do not use! This will be deprecated!
         /// Dispose() method in Singletone classes (ex: FocusManager, StyleManager, VisualFactory, InputMethodContext, TtsPlayer, Window) is not required.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void Dispose(DisposeTypes type)
@@ -943,7 +943,7 @@ namespace Tizen.NUI
             /// The state if it owns memory
             /// </summary>
             /// <since_tizen> 5 </since_tizen>
-            [Obsolete("This has been deprecated in API9 and will be removed in API11. Use swigCMemOwn which is declared in parent class")]
+            [Obsolete("This has been deprecated in API9 and will be removed in API11. Use swigCMemOwn that is declared in the parent class")]
             [System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1051:Do not declare visible instance fields", Justification = "<Pending>")]
             protected bool swigCMemOwn;
             private global::System.Runtime.InteropServices.HandleRef swigCPtr;
@@ -1103,7 +1103,7 @@ namespace Tizen.NUI
             /// The state if it owns memory
             /// </summary>
             /// <since_tizen> 5 </since_tizen>
-            [Obsolete("This has been deprecated in API9 and will be removed in API11. Use SwigCMemOwn which is declared in parent class")]
+            [Obsolete("This has been deprecated in API9 and will be removed in API11. Use SwigCMemOwn that is declared in the parent class")]
             [System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1051:Do not declare visible instance fields", Justification = "<Pending>")]
             protected bool swigCMemOwn;
             private global::System.Runtime.InteropServices.HandleRef swigCPtr;
index 70dd5ad..aeba96c 100755 (executable)
@@ -137,7 +137,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         /// When deleting the field, change it to property.
-        [Obsolete("Deprecated in API9, will be removed in API11. Use GetDuration, SetDuration instead!")]
+        [Obsolete("Deprecated in API9, will be removed in API11. Use GetDuration, SetDuration instead.")]
         [SuppressMessage("Microsoft.Design", "CA1051:Do not declare visible instance fields")]
         public int Duration;
 
@@ -146,7 +146,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         /// When deleting the field, change it to property.
-        [Obsolete("Deprecated in API9, will be removed in API11. Use GetDelay, SetDelay instead!")]
+        [Obsolete("Deprecated in API9, will be removed in API11. Use GetDelay, SetDelay instead.")]
         [SuppressMessage("Microsoft.Design", "CA1051:Do not declare visible instance fields")]
         public int Delay;
 
@@ -154,7 +154,7 @@ namespace Tizen.NUI
         /// Get, Set the function to alter the transition path over time.
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
-        [Obsolete("Deprecated in API9, will be removed in API11. Use GetAlphaFunction, SetAlphaFunction instead!")]
+        [Obsolete("Deprecated in API9, will be removed in API11. Use GetAlphaFunction, SetAlphaFunction instead.")]
         [SuppressMessage("Microsoft.Design", "CA1051:Do not declare visible instance fields")]
         public AlphaFunction AlphaFunction;
 
index 2283b13..fe14124 100755 (executable)
@@ -49,7 +49,7 @@ namespace Tizen.NUI
         /// [Draft] Enumeration for the alignment of the linear layout items
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use HorizontalAlignment and VerticalAlignment instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use HorizontalAlignment and VerticalAlignment instead.")]
         public enum Alignment
         {
             /// <summary>
@@ -138,7 +138,7 @@ namespace Tizen.NUI
         /// [Draft] Get/Set the alignment in the layout
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use HorizontalAlignment and VerticalAlignment properties instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use HorizontalAlignment and VerticalAlignment properties instead.")]
         public LinearLayout.Alignment LinearAlignment
         {
             get
index 50e13e5..f58f4f7 100755 (executable)
@@ -32,7 +32,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         /// When deleting the field, change it to property.
-        [Obsolete("Deprecated in API9, will be removed in API11. Use GetSize,SetSize instead!")]
+        [Obsolete("Deprecated in API9, will be removed in API11. Use GetSize,SetSize instead.")]
         [SuppressMessage("Microsoft.Design", "CA1051:Do not declare visible instance fields")]
         public LayoutLength Size;
 
@@ -41,7 +41,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         /// When deleting the field, change it to property.
-        [Obsolete("Deprecated in API9, will be removed in API11. Use GetMode,SetMode instead!")]
+        [Obsolete("Deprecated in API9, will be removed in API11. Use GetMode,SetMode instead.")]
         [SuppressMessage("Microsoft.Design", "CA1051:Do not declare visible instance fields")]
         public MeasureSpecification.ModeType Mode;
 
index d35e7c3..6a0e5e3 100755 (executable)
@@ -702,12 +702,12 @@ namespace Tizen.NUI
 
 
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ForegroundEffect instead!")]
+            [Obsolete("Do not use this, that is deprecated in API9 and will be removed in API11. Use ForegroundEffect instead.")]
             [EditorBrowsable(EditorBrowsableState.Never)]
             [SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores", Justification = "<Pending>")]
             public static readonly int FOREGROUND_EFFECT = Interop.Renderer.RangesForegroundEffectGet();
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use BackgroundEffect instead!")]
+            [Obsolete("Do not use this, that is deprecated in API9 and will be removed in API11. Use BackgroundEffect instead.")]
             [EditorBrowsable(EditorBrowsableState.Never)]
             [SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores", Justification = "<Pending>")]
             public static readonly int BACKGROUND_EFFECT = Interop.Renderer.RangesBackgroundEffectGet();
index d7e85d1..7d351a5 100755 (executable)
@@ -295,7 +295,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// !!! This is for internal use in fhub-nui. Please do not open it.
+        /// !!! This is for internal use in fhub-nui. Do not open it.
         /// Set a theme to be used as fallback.
         /// The fallback theme is set to profile specified theme by default.
         /// </summary>
index a016361..69b6b8c 100755 (executable)
@@ -1000,7 +1000,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// This should be internal, please do not use.
+        /// This should be internal, do not use.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
 #pragma warning disable CA1716, CA1052, CA1034 // Identifiers should not match keywords
@@ -1008,132 +1008,132 @@ namespace Tizen.NUI
 #pragma warning restore CA1716, CA1052, CA1034 // Identifiers should not match keywords
         {
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int WrapEnabled = Interop.ScrollView.WrapEnabledGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int PanningEnabled = Interop.ScrollView.PanningEnabledGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int AxisAutoLockEnabled = Interop.ScrollView.AxisAutoLockEnabledGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int WheelScrollDistanceStep = Interop.ScrollView.WheelScrollDistanceStepGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollMode = Interop.ScrollView.ScrollModeGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollPosition = Interop.ScrollView.ScrollPositionGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollPrePosition = Interop.ScrollView.ScrollPrePositionGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollPrePositionX = Interop.ScrollView.ScrollPrePositionXGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollPrePositionY = Interop.ScrollView.ScrollPrePositionYGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollPrePositionMax = Interop.ScrollView.ScrollPrePositionMaxGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollPrePositionMaxX = Interop.ScrollView.ScrollPrePositionMaxXGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollPrePositionMaxY = Interop.ScrollView.ScrollPrePositionMaxYGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int OvershootX = Interop.ScrollView.OvershootXGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int OvershootY = Interop.ScrollView.OvershootYGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollFinal = Interop.ScrollView.ScrollFinalGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollFinalX = Interop.ScrollView.ScrollFinalXGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollFinalY = Interop.ScrollView.ScrollFinalYGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int WRAP = Interop.ScrollView.WrapGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int PANNING = Interop.ScrollView.PanningGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int SCROLLING = Interop.ScrollView.ScrollingGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollDomainSize = Interop.ScrollView.ScrollDomainSizeGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollDomainSizeX = Interop.ScrollView.ScrollDomainSizeXGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollDomainSizeY = Interop.ScrollView.ScrollDomainSizeYGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollDomainOffset = Interop.ScrollView.ScrollDomainOffsetGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ScrollPositionDelta = Interop.ScrollView.ScrollPositionDeltaGet();
             /// <summary>
-            /// This should be internal, please do not use.
+            /// This should be internal, do not use.
             /// </summary>
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int StartPagePosition = Interop.ScrollView.StartPagePositionGet();
index c7c70a0..73bbfce 100755 (executable)
@@ -59,10 +59,10 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Please do not use! this will be deprecated, please use VisualFactory.Instance instead.
+        /// Do not use this, that will be deprecated. Use VisualFactory.Instance instead.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated! Please use VisualFactory.Instance instead! " +
+        [Obsolete("Do not use this, that will be deprecated. Use VisualFactory.Instance instead. " +
             "Like: " +
             "VisualFactory visualFactory = VisualFactory.Instance; " +
             "visualFactory.CreateVisual(visualMap);")]
index a36e247..57a78b4 100755 (executable)
@@ -830,13 +830,13 @@ namespace Tizen.NUI
             internal static readonly int EFFECT = Interop.WidgetView.EffectGet();
 
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use WidgetId instead!")]
+            [Obsolete("Do not use this, that is deprecated in API9 and will be removed in API11. Use WidgetId instead.")]
             internal static readonly int WIDGET_ID = Interop.WidgetView.WidgetIdGet();
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ContentInfo instead!")]
+            [Obsolete("Do not use this, that is deprecated in API9 and will be removed in API11. Use ContentInfo instead.")]
             internal static readonly int CONTENT_INFO = Interop.WidgetView.ContentInfoGet();
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use UpdatePeriod instead!")]
+            [Obsolete("Do not use this, that is deprecated in API9 and will be removed in API11. Use UpdatePeriod instead.")]
             internal static readonly int UPDATE_PERIOD = Interop.WidgetView.UpdatePeriodGet();
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use LoadingText instead!")]
+            [Obsolete("Do not use this, that is deprecated in API9 and will be removed in API11. Use LoadingText instead.")]
             internal static readonly int LOADING_TEXT = Interop.WidgetView.LoadingTextGet();
         }
     }
index e6b671a..63aa718 100755 (executable)
@@ -179,26 +179,26 @@ namespace Tizen.NUI
         /// <summary>
         /// Enumeration for transition effect's state.
         /// </summary>
-        [Obsolete("Please do not use! This will be removed. Please use Window.EffectState instead!")]
+        [Obsolete("Do not use this, that will be removed. Use Window.EffectState instead.")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public enum EffectStates
         {
             /// <summary>
             /// None state.
             /// </summary>
-            [Obsolete("Please do not use! This will be removed. Please use Window.EffectState.None instead!")]
+            [Obsolete("Do not use this, that will be removed. Use Window.EffectState.None instead.")]
             [EditorBrowsable(EditorBrowsableState.Never)]
             None = 0,
             /// <summary>
             /// Transition effect is started.
             /// </summary>
-            [Obsolete("Please do not use! This will be removed. Please use Window.EffectState.Start instead!")]
+            [Obsolete("Do not use this, that will be removed. Use Window.EffectState.Start instead.")]
             [EditorBrowsable(EditorBrowsableState.Never)]
             Start,
             /// <summary>
             /// Transition effect is ended.
             /// </summary>
-            [Obsolete("Please do not use! This will be removed. Please use Window.EffectState.End instead!")]
+            [Obsolete("Do not use this, that will be removed. Use Window.EffectState.End instead.")]
             [EditorBrowsable(EditorBrowsableState.Never)]
             End,
         }
@@ -229,26 +229,26 @@ namespace Tizen.NUI
         /// <summary>
         /// Enumeration for transition effect's type.
         /// </summary>
-        [Obsolete("Please do not use! This will be removed. Please use Window.EffectType instead!")]
+        [Obsolete("Do not use this, that will be removed. Use Window.EffectType instead.")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public enum EffectTypes
         {
             /// <summary>
             /// None type.
             /// </summary>
-            [Obsolete("Please do not use! This will be removed. Please use Window.EffectType.None instead!")]
+            [Obsolete("Do not use this, that will be removed. Use Window.EffectType.None instead.")]
             [EditorBrowsable(EditorBrowsableState.Never)]
             None = 0,
             /// <summary>
             /// Window show effect.
             /// </summary>
-            [Obsolete("Please do not use! This will be removed. Please use Window.EffectType.Show instead!")]
+            [Obsolete("Do not use this, that will be removed. Use Window.EffectType.Show instead.")]
             [EditorBrowsable(EditorBrowsableState.Never)]
             Show,
             /// <summary>
             /// Window hide effect.
             /// </summary>
-            [Obsolete("Please do not use! This will be removed. Please use Window.EffectType.Hide instead!")]
+            [Obsolete("Do not use this, that will be removed. Use Window.EffectType.Hide instead.")]
             [EditorBrowsable(EditorBrowsableState.Never)]
             Hide,
         }
@@ -566,7 +566,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <param name="keyEvent">The key event to feed.</param>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated! Please use FeedKey(Key keyEvent) instead!")]
+        [Obsolete("Do not use this, that will be deprecated. Use FeedKey(Key keyEvent) instead.")]
         public static void FeedKeyEvent(Key keyEvent)
         {
             Interop.Window.FeedKeyEvent(Key.getCPtr(keyEvent));
index d9c392e..09e93bf 100755 (executable)
@@ -248,12 +248,12 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Please do not use! this will be deprecated. Please use 'FocusChanged' event instead.
+        /// Do not use this, that will be deprecated. Use 'FocusChanged' event instead.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use FocusChanged.
-        [Obsolete("Please do not use! This will be deprecated! Please use FocusChanged instead! " +
+        /// Do not use this, that will be deprecated.
+        /// Instead Use FocusChanged.
+        [Obsolete("Do not use this, that will be deprecated. Use FocusChanged instead. " +
             "Like: " +
             "NUIApplication.GetDefaultWindow().FocusChanged = OnFocusChanged; " +
             "private void OnFocusChanged(object source, Window.FocusChangedEventArgs args) {...}")]
@@ -1000,10 +1000,10 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Please do not use! this will be deprecated
+        /// Do not use this, that will be deprecated.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated! Please use FocusChangedEventArgs instead! " +
+        [Obsolete("Do not use this, that will be deprecated. Use FocusChangedEventArgs instead. " +
             "Like: " +
             "NUIApplication.GetDefaultWindow().FocusChanged = OnFocusChanged; " +
             "private void OnFocusChanged(object source, Window.FocusChangedEventArgs args) {...}")]
@@ -1012,7 +1012,7 @@ namespace Tizen.NUI
         public class WindowFocusChangedEventArgs : EventArgs
         {
             /// <summary>
-            /// Please do not use! this will be deprecated
+            /// Do not use this, that will be deprecated.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
             public bool FocusGained
@@ -1026,7 +1026,7 @@ namespace Tizen.NUI
         /// Contains and encapsulates Native Window handle.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use Window.NativeHandle instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use Window.NativeHandle instead.")]
         public class SafeNativeWindowHandle : SafeHandle
         {
             /// <summary>
index b49b4cb..6c66ccd 100755 (executable)
@@ -165,7 +165,7 @@ namespace Tizen.NUI.Xaml
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        [Obsolete("SimpleValueTargetProvider(object[] objectAndParents) is obsolete as of version 2.3.4. Please use SimpleValueTargetProvider(object[] objectAndParents, object targetProperty) instead.")]
+        [Obsolete("SimpleValueTargetProvider(object[] objectAndParents) is obsolete as of version 2.3.4. Use SimpleValueTargetProvider(object[] objectAndParents, object targetProperty) instead.")]
         public SimpleValueTargetProvider(object[] objectAndParents) : this(objectAndParents, null)
         {
         }
index d4b9409..7d9851b 100755 (executable)
@@ -99,7 +99,7 @@ namespace Tizen.NUI.Binding
         /// </summary>
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        [Obsolete("ParentView is obsolete as of version 2.1.0. Please use Parent instead.")]
+        [Obsolete("ParentView is obsolete as of version 2.1.0. Use Parent instead.")]
         public BaseHandle ParentView
         {
             get
index df453ba..c8ab3ec 100755 (executable)
@@ -61,7 +61,7 @@ namespace Tizen.NUI.Binding
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use GetValue() instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use GetValue() instead.")]
         public object Value
         {
             get { return ((BindingCondition)Condition).Value; }
index 7e2b763..3437516 100755 (executable)
@@ -67,7 +67,7 @@ namespace Tizen.NUI.Binding
         /// <since_tizen> 6 </since_tizen>
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        [Obsolete("Deprecated in API9, will be removed in API11. Please use GetValue() instead!")]
+        [Obsolete("This has been deprecated in API9 and will be removed in API11. Use GetValue() instead.")]
         public object Value
         {
             get { return ((XamlPropertyCondition)Condition).Value; }
index 959a066..25a4495 100755 (executable)
@@ -36,7 +36,7 @@ namespace Tizen.NUI.Binding
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        [Obsolete("ConvertFrom is obsolete as of version 2.2.0. Please use ConvertFromInvariantString (string) instead.")]
+        [Obsolete("ConvertFrom is obsolete as of version 2.2.0. Use ConvertFromInvariantString (string) instead.")]
         public virtual object ConvertFrom(object o)
         {
             return null;
@@ -44,7 +44,7 @@ namespace Tizen.NUI.Binding
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        [Obsolete("ConvertFrom is obsolete as of version 2.2.0. Please use ConvertFromInvariantString (string) instead.")]
+        [Obsolete("ConvertFrom is obsolete as of version 2.2.0. Use ConvertFromInvariantString (string) instead.")]
         public virtual object ConvertFrom(CultureInfo culture, object o)
         {
             return null;