[NUI] Make DrawModeType.Stencil deprecated (#815)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 2 May 2019 10:02:41 +0000 (19:02 +0900)
committerGitHub <noreply@github.com>
Thu, 2 May 2019 10:02:41 +0000 (19:02 +0900)
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
src/Tizen.NUI/src/public/NUIConstants.cs

index d7f7bbf..542cdd7 100755 (executable)
@@ -121,6 +121,10 @@ namespace Tizen.NUI
         /// <summary>
         /// Will be replaced by separate ClippingMode enum. Draw the actor and its children into the stencil buffer.
         /// </summary>
+        /// <remarks>
+        /// Deprecated.(API Level 6) Not used.
+        /// </remarks>
+        [Obsolete("Please do not use this DrawModeType.Stencil(Deprecated). This is replaced by ClippingModeType")]
         Stencil = 3
     }