benruehl / adonis-ui

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

Adding glow around the main window #147

Closed micah686 closed 3 years ago

micah686 commented 3 years ago

I have a question regarding the best way to add a glow/colored border like MahApps or MUI does around the main window. Something like this: image image Do you know of a good way to do this with your project?

benruehl commented 3 years ago

When using AdonisWindow you can simply set BorderBrush to achieve the colored border. The color of the window drop shadow cannot be changed unfortunately because it is rendered by the OS.

micah686 commented 3 years ago

Ok, thanks. That was what I was looking for