WPF.Bootstrap
WPF.Bootstrap copied to clipboard
Button Style Update
I'm using your bootstrap theme for my own project and it looks pretty good, thanks to you.
I have seen some problem on Button's ControlTemplate:
-
On Some different monitors Button borders looks Blury and it because of microsoft Default. I Added SnapToDevicePixel="True" on ButtonBaseStyle.
-
Because of CornerRadius on Button border, WPF could not fill all of the button's area. I had a research and i have updated it to show prettier controls.
I also added some new Styles for the other types of bootstrap Buttons. you can Try PrimaryDefaultButton and some others.