DropShadowPanel adapt to button template style
问题 I'm using the UWP Toolkit's DropShadowPanel for apply a shadow effect on a Button control. Here the documentation : DropShadowPanel XAML Control The fact is i edited the button style's Template for Round borders but the DropShadowPanel doesn't follow the new Template : <controls:DropShadowPanel BlurRadius="4.0" ShadowOpacity="0.70" OffsetX="5.0" OffsetY="5.0" Color="Black" HorizontalAlignment="Left" Margin="91,90,0,0" VerticalAlignment="Top"> <Button x:Name="button" Content="Button" Style="