style<PopupPanel>: drop shadow effects for PopupPanel

This commit is contained in:
leo 2021-08-05 17:10:55 +08:00
parent 6f5cfe078e
commit 07aa6661f4

View file

@ -17,7 +17,7 @@
Width="500"
Height="Auto">
<Border.Effect>
<DropShadowEffect BlurRadius="8" ShadowDepth="0" Opacity=".8" Color="Black"/>
<DropShadowEffect BlurRadius="4" ShadowDepth="0" Color="Black" Opacity=".8"/>
</Border.Effect>
<Grid>