Open Mochengvia opened 1 year ago
It effective when BorderThickness = 0
or BorderThickness = 1
, why
non uniform border is not well supported. Please also check below issue. This is unlikely to be fixed in v 11.0
Alright, thanks for your reply. I'll skip this problem for now.
Workaround: Just use 2 Border
<Border Width="100" Height="35"
Background="Blue"
BoxShadow="5 5 10 2 Red">
<Border BorderBrush="White" BorderThickness="0,0,0,5" />
</Border>