You can also use the following brushes in your application to style your own interface using colors consistent with the Windows8Touch theme:Įxample 2 shows how to use the resources to achieve the style of the buttons in Figure 2.įigure 2 shows the result of styling your own interface (Example 2).Īll Telerik controls use resources that are linked to one major singleton object that contains the FontSize and FontFamily properties used for both themes.
You can use the following brushes in your application to style your own interface using colors consistent with the Windows8 theme: Since the PaletteInstance is a DependencyObject, you can also animate the colors at runtime.įigure 1: Some of the possible looks you will be able to easily achieve. Other brushes are used at various places but as long as you do not pick the same colors for different brushes, your design will be alright. The MainColor brush controls the backgrounds.
The most important brush, AccentColor, controls the colors of headers and selected items. = Colors.Black = Colors.Orange = Colors.Red = Colors.Yellow = Colors.Orange. = Colors.Black = Colors.Orange = Colors.DarkGray = Colors.Gray = Colors.LightGray = Colors.Red.