Change button border thickness in wpf?
Why the border thickness of the Button doesn't change? If I change the border thickness to 1 or 100, it doesn't matters. It's the same. I would like to change it using Style , not Custom Template . <Window x:Class="GUI.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Height="350" Width="525"> <Window.Resources> <Style x:Key="newYellowButton" TargetType="{x:Type Button}"> <Setter Property="Width" Value="100"/> <Setter Property="Height" Value="100"/> <Setter Property="Background"> <Setter.Value