From 8a8410747a12e0146db98347893dfa4c8f4780b2 Mon Sep 17 00:00:00 2001 From: Daniel Clark Date: Sun, 7 Feb 2021 00:08:10 +0000 Subject: [PATCH] Added shadow support --- .../NotificationFlyoutPresenter.xaml | 43 +++++++++++++------ .../NotificationFlyoutHost.cs | 14 +++++- .../NotificationFlyoutHost.xaml | 9 ++-- .../NotificationFlyoutPresenter.xaml | 1 + 4 files changed, 49 insertions(+), 18 deletions(-) diff --git a/NotificationFlyout.Sample/NotificationFlyoutPresenter.xaml b/NotificationFlyout.Sample/NotificationFlyoutPresenter.xaml index a1488a1..c3d79bf 100644 --- a/NotificationFlyout.Sample/NotificationFlyoutPresenter.xaml +++ b/NotificationFlyout.Sample/NotificationFlyoutPresenter.xaml @@ -2,18 +2,35 @@ x:Class="NotificationFlyout.Sample.NotificationFlyoutPresenter" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:controls="using:NotificationFlyout.Uwp.UI.Controls"> - - - - - - - - - + xmlns:controls="using:NotificationFlyout.Uwp.UI.Controls" + CornerRadius="8"> + + + + + + + + + + + + +