benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.71k stars 143 forks source link

Add WindowToggleButton style #44

Closed Insire closed 4 years ago

Insire commented 4 years ago

Is your feature request related to a problem? Please describe. When using a toggle button in the windowchrome and the window looses focus, togglebuttons wont get the disabled style that windowbuttons get.

Describe the solution you'd like Add a style for togglebuttons that mimics the behavior of the WindowButton style.

Describe alternatives you've considered I could implement the style in my app, but i think adding a new style is in the scope of your library.

Additional context When windos has focus: grafik

When window lost focus: grafik

Light theme window without focus: grafik