X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FRendering%2FRenderer.cs;h=6a0e5e358c02f6b6b139586dcabe003e939065f7;hb=45fbc26d9cd4758d6f03c5907d5b6d1e7fd55eb3;hp=d35e7c3d941a8f63744a9f36bc0704a10e82a2da;hpb=3b4a334136ed858316ffd4c1941dd5b2c8269b45;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/public/Rendering/Renderer.cs b/src/Tizen.NUI/src/public/Rendering/Renderer.cs index d35e7c3..6a0e5e3 100755 --- a/src/Tizen.NUI/src/public/Rendering/Renderer.cs +++ b/src/Tizen.NUI/src/public/Rendering/Renderer.cs @@ -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 = "")] 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 = "")] public static readonly int BACKGROUND_EFFECT = Interop.Renderer.RangesBackgroundEffectGet();