c# button 圆角
<Button> <Button.Resources> <Style TargetType="{x:Type Border}"> <Setter Property="CornerRadius" Value="5"/> </Style> </Button.Resources> </Button>
<Button> <Button.Resources> <Style TargetType="{x:Type Border}"> <Setter Property="CornerRadius" Value="5"/> </Style> </Button.Resources> </Button>