This is a migrated thread and some comments may be shown as answers.

RadDocking material theme, incorrect color.

1 Answer 62 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Konstantinos
Top achievements
Rank 1
Konstantinos asked on 19 Aug 2017, 07:53 AM
As you can see in the attached picture my problem is pretty straight forward, I am getting this weird silver color on the pin button. Same color is observed on the purple tab also. The hover color is correcly orange thought.

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 21 Aug 2017, 11:28 AM
Hello,

This kind of issues are most commonly observed when the assemblies referenced in the project are of different types - ones are XAML-included, others are noXAML.

There are several ways to resolve this - either make sure all the assemblies are noXAML and merge the resource dictionaries in App.xaml
(without merging the resources in App.xaml you should not see the controls)

or use XAML-included binaries (no need for a theme assembly in this case) and set StyleManager.ApplicationTheme = new MaterialTheme();
(without setting this you should see OfficeBlack theme applied to the controls (similar to what you see applied to the button at the moment)).

Regards,
Martin
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
Docking
Asked by
Konstantinos
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or