【自定义样式】boder 阴影
好看的boder 阴影
<Border BorderThickness="1" Grid.Column="2" Grid.Row="1"> <Border BorderThickness="1" Grid.Column="2" Grid.Row="1" Margin="5" BorderBrush="#e2e2e2" Background="{DynamicResource {x:Static SystemColors.WindowBrushKey}}" Padding="10" CornerRadius="12" > <Border.Effect> <!--阴影--> <DropShadowEffect Color="Gray" ShadowDepth="0" BlurRadius="5" Opacity="0.3" Direction="0"/> </Border.Effect> </Border> </Border>
编程是个人爱好