# C1.WPF.Core.IThemeProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Core_IThemeProvider" data-uid="C1.WPF.Core.IThemeProvider" class="text-break">IThemeProvider Interface
</h1>
  <div class="markdown level0 summary"><p>Provides the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary">ResourceDictionary</a> object containing theme resources.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Core.html">C1.WPF.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Core.dll</h6>
  <h5 id="C1_WPF_Core_IThemeProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IThemeProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IThemeProvider</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Core_IThemeProvider_ThemeResources" data-uid="C1.WPF.Core.IThemeProvider.ThemeResources">
          <a class="xref" href="C1.WPF.Core.IThemeProvider.ThemeResources.html#C1_WPF_Core_IThemeProvider_ThemeResources">ThemeResources</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary">ResourceDictionary</a> object containing theme resources.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
