leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
428 stars 130 forks source link

MaterialForm Icon implementation #346

Closed valimaties closed 8 months ago

valimaties commented 2 years ago

Icon is now displaying on form. ShowIcon property was set to false by default, to preserve the previously behavior. DrawIconInOriginalColor property will allow user to set the icon with its default colors or in MaterialSkin colors (light or dark). Be attention on this property when its value is false: not all icons are displayed correctly in light/dark way.

This PR will close #345

Test: MaterialFormIcon