# C1.Win.Calendar.UI.CalendarTheme

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Calendar_UI_CalendarTheme" data-uid="C1.Win.Calendar.UI.CalendarTheme" class="text-break">CalendarTheme Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Calendar.UI.CalendarTheme.html">CalendarTheme</a> class represents the theme for the C1CalendarView control
which contains display attributes that determine the appearance of control.</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">CalendarTheme</span></div>
      <div class="level2"><a class="xref" href="C1.Win.Calendar.Base.Styles.DropDownCalendarStyleBase.html">DropDownCalendarStyleBase</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Calendar.UI.html">C1.Win.Calendar.UI</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Calendar.4.8.dll</h6>
  <h5 id="C1_Win_Calendar_UI_CalendarTheme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CalendarTheme : BaseC1FrameworkStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CalendarTheme
    Inherits BaseC1FrameworkStyle</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_Win_Calendar_UI_CalendarTheme_Common" data-uid="C1.Win.Calendar.UI.CalendarTheme.Common">
          <a class="xref" href="C1.Win.Calendar.UI.CalendarTheme.Common.html#C1_Win_Calendar_UI_CalendarTheme_Common">Common</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Win.Calendar.UI.CommonStyle.html">CommonStyle</a> contains display common attributes that
determine the appearance of <a class="xref" href="C1.Win.Calendar.C1CalendarView.html">C1CalendarView</a> on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_CalendarTheme_Day" data-uid="C1.Win.Calendar.UI.CalendarTheme.Day">
          <a class="xref" href="C1.Win.Calendar.UI.CalendarTheme.Day.html#C1_Win_Calendar_UI_CalendarTheme_Day">Day</a>
        </td>
        <td class="markdown level1 summary"><p>Gets styles which determine the appearance of <a class="xref" href="C1.Win.Calendar.C1CalendarView.html">C1CalendarView</a> day
elements on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_CalendarTheme_NavigationButtons" data-uid="C1.Win.Calendar.UI.CalendarTheme.NavigationButtons">
          <a class="xref" href="C1.Win.Calendar.UI.CalendarTheme.NavigationButtons.html#C1_Win_Calendar_UI_CalendarTheme_NavigationButtons">NavigationButtons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets styles which determine the appearance of <a class="xref" href="C1.Win.Calendar.C1CalendarView.html">C1CalendarView</a> navigation
elements on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Calendar_UI_CalendarTheme_Titles" data-uid="C1.Win.Calendar.UI.CalendarTheme.Titles">
          <a class="xref" href="C1.Win.Calendar.UI.CalendarTheme.Titles.html#C1_Win_Calendar_UI_CalendarTheme_Titles">Titles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets styles which determine the appearance of <a class="xref" href="C1.Win.Calendar.C1CalendarView.html">C1CalendarView</a> title
elements on the screen.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
