CoverFlow (Silverlight Only) > CoverFlow for Silverlight Task-Based Help > Using C1CoverFlow Themes |
The C1CoverFlow control comes equipped with a light blue default theme, but you can also apply six themes (see CoverFlow Theming) to the control. In this topic, you will change the C1CoverFlow control's theme to C1ThemeRainierOrange.
In Blend
Complete the Following steps:
The C1ThemeRainierOrange icon appears.
In Visual Studio
Complete the following steps:
<my:C1ThemeRainierOrange></my:C1ThemeRainierOrange>
XAML |
Copy Code
|
---|---|
<my:C1ThemeRainierOrange>
<c1ext:C1CoverFlow x:Name="C1CoverFlow1"></c1ext:C1CoverFlow>
</my:C1ThemeRainierOrange>
|
This Topic Illustrates the Following:
The following image depicts a C1CoverFlow control with the C1ThemeRainierOrange theme.