WPF add shadow effects

WPF add shadow effects

<Window.Effect>
  <DropShadowEffect BlurRadius="6" Color="Gray" Direction="270" ShadowDepth="0" Opacity="1"/>
</Window.Effect>

 

Guess you like

Origin www.cnblogs.com/applebox/p/11612357.html