WPF.Bootstrap icon indicating copy to clipboard operation
WPF.Bootstrap copied to clipboard

Button Style Update

Open Reza-Noei opened this issue 6 years ago • 0 comments

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:

  1. On Some different monitors Button borders looks Blury and it because of microsoft Default. I Added SnapToDevicePixel="True" on ButtonBaseStyle.

  2. 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.

Button.zip

Reza-Noei avatar Oct 22 '18 19:10 Reza-Noei