Posted 7 years ago by Einar G
Version: 17.2.0660
Platform: .NET 4.6
Environment: Windows 10 (64-bit)
Avatar

Hi

I'am trying to use MetroLight Theme with some Tinted color and do it like this

ThemeManager.BeginUpdate();

var tc = new TintedThemeCatalog("Custom", ThemeName.MetroLight.ToString(), Colors.DodgerBlue);

ThemeManager.RegisterThemeCatalog(tc);
ThemeManager.CurrentTheme = "Custom";
ThemeManager.AreNativeThemesEnabled = true;
ThemeManager.EndUpdate();

Even tough DodgerBlue is ugly color I expected Ribbon and RibbonWindow to take solid color, (like Word) but it is kinda faint and transparent over orginal color. 

What could I be missing?

regards

Einar

Comments (2)

Answer - Posted 7 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Elnar,

Yes the tinting affects all brushes in the theme.  I think you are looking more for our accented Metro themes.

If you look at the "Actipro Themes / Getting Started" topic in the documentation, you can see the "Pre-Built Themes" section that describes the available themes.  Such as you might want to use:

ThemeManager.CurrentTheme = "MetroLightBlue";

That would mimic Word.


Actipro Software Support

Posted 7 years ago by Einar G
Avatar

Hi

You are right. I  had some how put it in my mind that Tinted color was the accented color in metro themes.

Next I read the dam manual :)

regards

Einar

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.