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.
Icon is now displaying on form.
ShowIcon
property was set tofalse
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 isfalse
: not all icons are displayed correctly in light/dark way.This PR will close #345
Test: