MaterialSkin
MaterialSkin copied to clipboard
MaterialSkinManager overrides control background
I have a plain Winforms non-MaterialSkinManager label which has BackColor set to red (I suppose there is no way to have custom BackColor with MaterialLabel - correct me if I'm wrong).
When I pop up MaterialForm dialog the background color of the label (in the parent window) is reset back to its ambient default.
What is the way to create either material or plain label with specified BackColor?