MaterialDesignInXAML / MaterialDesignInXamlToolkit

Google's Material Design in XAML & WPF, for C# & VB.Net.
http://materialdesigninxaml.net
MIT License
14.82k stars 3.4k forks source link

Fix #3612 - Default value of ShadowAssist.CacheMode set to 'null' #3616

Closed MichelMichels closed 4 days ago

MichelMichels commented 5 days ago

I switched the default value of ShadowAssist.CacheMode to null because the previous value was creating blurry controls, see issue #3612 . If anyone has an explanation for the default value, please let me know. The default value for UIElement.CacheMode is null if I interpret the documentation of Microsoft the right way (See under remarks).