# C1.WPF.Schedule.ControlTheme

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Schedule_ControlTheme" data-uid="C1.WPF.Schedule.ControlTheme" class="text-break">ControlTheme Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the default theme for the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> and <a class="xref" href="C1.WPF.Schedule.C1Calendar.html">C1Calendar</a> controls.</p>
</div>
  <div class="markdown level0 conceptual"></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_ControlTheme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ControlTheme</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ControlTheme</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_Schedule_ControlTheme_Default">Default</td>
        <td><p>The default theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_ControlTheme_Office2007Black">Office2007Black</td>
        <td><p>Office 2007 Black theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_ControlTheme_Office2007Blue">Office2007Blue</td>
        <td><p>Office 2007 Blue theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_ControlTheme_Office2007Silver">Office2007Silver</td>
        <td><p>Office 2007 Silver theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_ControlTheme_Office2010Black">Office2010Black</td>
        <td><p>Office 2010 Black theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_ControlTheme_Office2010Blue">Office2010Blue</td>
        <td><p>Office 2010 Blue theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_ControlTheme_Office2010Silver">Office2010Silver</td>
        <td><p>Office 2010 Silver theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_ControlTheme_Office2016Black">Office2016Black</td>
        <td><p>Office 2016 Black theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_ControlTheme_Office2016Colorful">Office2016Colorful</td>
        <td><p>Office 2016 Colorful theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_ControlTheme_Office2016DarkGray">Office2016DarkGray</td>
        <td><p>Office 2016 Dark Gray theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_ControlTheme_Office2016White">Office2016White</td>
        <td><p>Office 2016 White theme.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
