[Root] / Welcome to Xceed DataGrid, Editors, and 3D Views for WPF v7.3 / [Root] / Xceed DataGrid for WPF / [Root] / DataGrid Fundamentals / [Root] / Views and Themes / [Root] / Themes / [Root] / Multi-surface Themes / [Root] / Custom Multi-surface Themes / [Root] / ElementalPinkTheme Class / [Root] / Resources / generic.xaml
In This Topic
    generic.xaml
    In This Topic

    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>