The following XAML represents the generic.xaml theme-level resource dictionary for the Elemental Pink theme, which must be placed in a themes folder at the root of the project that contains the theme.
XAML |
Copy Code |
---|---|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="..\Resources\CardflowView3D.Elemental.Pink.xaml"/> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> |