Version

What is a Theme?

A Theme is a set of ResourceDictionaries that contain a collection of Styles that target the Ultimate UI for WPF controls. Because controls like the xamDataChart™ are actually composed of many smaller controls (e.g., Legend), it is necessary to create Styles that target each of the smaller controls to completely alter the appearance of the encompassing control. Instead of targeting a single control, like a Style does, the Theme includes multiple Styles to target all of these smaller controls at once.

You should think of a Theme just as you would an external ResourceDictionary. When working with ResourceDictionaries, you can define styles that target specific control types, whether they are system controls (e.g., Button and Scrollbar) or Ultimate UI for WPF controls (e.g., xamDataChart, xamRadialGauge, and etc.). Just like a ResourceDictionary, you can merge a Theme at the Application, Page, Window, or Control level.