# C1.WPF.Schedule.ThemeResources

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_ThemeResources" data-uid="C1.WPF.Schedule.ThemeResources" class="text-break">ThemeResources Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.WPF.Schedule.ThemeResources.html">ThemeResources</a> class is a base abstract class for ThemeResources classes.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ThemeResources</span></div>
      <div class="level2"><a class="xref" href="C1.WPF.Schedule.C1CalendarResources.html">C1CalendarResources</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.html">C1SchedulerResources</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Schedule.html">C1.WPF.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.4.6.2.dll</h6>
  <h5 id="C1_WPF_Schedule_ThemeResources_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ThemeResources</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ThemeResources</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_ThemeResources__ctor" data-uid="C1.WPF.Schedule.ThemeResources.#ctor">
          <a class="xref" href="C1.WPF.Schedule.ThemeResources.-ctor.html#C1_WPF_Schedule_ThemeResources__ctor">ThemeResources()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_Schedule_ThemeResources_Theme" data-uid="C1.WPF.Schedule.ThemeResources.Theme">
          <a class="xref" href="C1.WPF.Schedule.ThemeResources.Theme.html#C1_WPF_Schedule_ThemeResources_Theme">Theme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary">ResourceDictionary</a> object used as the theme for the control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_ThemeResources_RefreshResources" data-uid="C1.WPF.Schedule.ThemeResources.RefreshResources">
          <a class="xref" href="C1.WPF.Schedule.ThemeResources.RefreshResources.html#C1_WPF_Schedule_ThemeResources_RefreshResources">RefreshResources()</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden in a derived class, refreshes class properties from the current theme resources.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
