Maps for WPF and Silverlight Task-Based Help > Using C1Maps Themes |
The C1Maps control comes equipped with a light blue default theme, but you can also apply six themes (see C1Maps Theming) to the control. In this topic, you will change the C1Maps control's theme to C1ThemeRainierOrange.
In Blend
Complete the Following steps:
In Visual Studio
Complete the following steps:
<my:C1ThemeRainierOrange></my:C1ThemeRainierOrange>
XAML |
Copy Code
|
---|---|
<my:C1ThemeRainierOrange> <c1:C1Maps Height="172" Width="288" Margin="200,0,34,0"/> </my:C1ThemeRainierOrange> |
This Topic Illustrates the Following:
The following image depicts a C1Maps control with the C1ThemeRainierOrange theme.