From bf0d7a8fb3c8589abf0002b9b1a8925c43ebe870 Mon Sep 17 00:00:00 2001 From: Kangho Hur Date: Tue, 16 Mar 2021 18:36:29 +0900 Subject: [PATCH] [CommonUI] Added AllowShadowClipping to ShadowFrame --- .../Sample/ShadowFrame/ShadowFrameTest.xaml | 9 + .../ShadowFrame/ShadowFrameTest.xaml.cs | 5 + .../Renderer/ShadowFrameRenderer.cs | 161 +++++++++++------- src/Tizen.Theme.Common/ShadowFrame.cs | 28 +++ 4 files changed, 146 insertions(+), 57 deletions(-) diff --git a/sample/Sample/ShadowFrame/ShadowFrameTest.xaml b/sample/Sample/ShadowFrame/ShadowFrameTest.xaml index c1f8ed2..8b0bf4d 100644 --- a/sample/Sample/ShadowFrame/ShadowFrameTest.xaml +++ b/sample/Sample/ShadowFrame/ShadowFrameTest.xaml @@ -52,6 +52,15 @@