# GrapeCity.Viewer.Common.Model.UITheme

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Viewer_Common_Model_UITheme" data-uid="GrapeCity.Viewer.Common.Model.UITheme" class="text-break">UITheme Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the available UI themes for the Viewer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Viewer.Common.Model.html">GrapeCity.Viewer.Common.Model</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Common.dll</h6>
  <h5 id="GrapeCity_Viewer_Common_Model_UITheme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum UITheme</code></pre>
  </div>
  <h5 id="GrapeCity_Viewer_Common_Model_UITheme_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration allows for the selection between different visual styles for the Viewer's user interface. Changing the theme can enhance the visual
experience and improve the integration of the Viewer within different application environments.</p>
</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="GrapeCity_Viewer_Common_Model_UITheme_Classic">Classic</td>
        <td><p>Represents the classic Windows Forms look-and-feel. This theme provides a traditional appearance that is consistent with older Windows applications.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_Model_UITheme_Modern">Modern</td>
        <td><p>Represents a modern UI design. This theme offers a more contemporary look, with updated styles and visuals that are in line with current design trends.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
