I have a test app that uses the new Office2013 theme. I can successfully change the colours of theme in code, by setting the various Palette member. For instance
Office2013Palette.Palette.AccentMainColor = ...
This all works, EXCEPT for EffectAccentHighColor. Not matter what value I use, the colour remains as the default blue colour. Any help on this?
Office2013Palette.Palette.AccentMainColor = ...
This all works, EXCEPT for EffectAccentHighColor. Not matter what value I use, the colour remains as the default blue colour. Any help on this?