From 90578306889f697908635e50e5b5c845657c75db Mon Sep 17 00:00:00 2001 From: dongsug-song <35130733+dongsug-song@users.noreply.github.com> Date: Thu, 2 May 2019 19:02:41 +0900 Subject: [PATCH] [NUI] Make DrawModeType.Stencil deprecated (#815) Signed-off-by: dongsug.song --- src/Tizen.NUI/src/public/NUIConstants.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Tizen.NUI/src/public/NUIConstants.cs b/src/Tizen.NUI/src/public/NUIConstants.cs index d7f7bbf8a..542cdd7f2 100755 --- a/src/Tizen.NUI/src/public/NUIConstants.cs +++ b/src/Tizen.NUI/src/public/NUIConstants.cs @@ -121,6 +121,10 @@ namespace Tizen.NUI /// /// Will be replaced by separate ClippingMode enum. Draw the actor and its children into the stencil buffer. /// + /// + /// Deprecated.(API Level 6) Not used. + /// + [Obsolete("Please do not use this DrawModeType.Stencil(Deprecated). This is replaced by ClippingModeType")] Stencil = 3 } -- 2.34.1