# C1.Win.ExpressionEditor.UI.ExpressionEditorPanelTheme

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_ExpressionEditor_UI_ExpressionEditorPanelTheme" data-uid="C1.Win.ExpressionEditor.UI.ExpressionEditorPanelTheme" class="text-break">ExpressionEditorPanelTheme Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.ExpressionEditor.UI.ExpressionEditorPanelTheme.html">ExpressionEditorPanelTheme</a> class represents the theme for the C1ExpressionEditorPanel 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">ExpressionEditorPanelTheme</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.ExpressionEditor.UI.html">C1.Win.ExpressionEditor.UI</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.ExpressionEditor.4.8.dll</h6>
  <h5 id="C1_Win_ExpressionEditor_UI_ExpressionEditorPanelTheme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExpressionEditorPanelTheme : BaseStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExpressionEditorPanelTheme
    Inherits BaseStyle</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_Win_ExpressionEditor_UI_ExpressionEditorPanelTheme__ctor_C1_Win_ExpressionEditor_UI_ExpressionEditorPanelTheme_" data-uid="C1.Win.ExpressionEditor.UI.ExpressionEditorPanelTheme.#ctor(C1.Win.ExpressionEditor.UI.ExpressionEditorPanelTheme)">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ExpressionEditorPanelTheme.-ctor.html#C1_Win_ExpressionEditor_UI_ExpressionEditorPanelTheme__ctor_C1_Win_ExpressionEditor_UI_ExpressionEditorPanelTheme_">ExpressionEditorPanelTheme(ExpressionEditorPanelTheme)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.ExpressionEditor.UI.ExpressionEditorTheme.html">ExpressionEditorTheme</a> object.</p>
</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_Win_ExpressionEditor_UI_ExpressionEditorPanelTheme_ButtonPanel" data-uid="C1.Win.ExpressionEditor.UI.ExpressionEditorPanelTheme.ButtonPanel">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ExpressionEditorPanelTheme.ButtonPanel.html#C1_Win_ExpressionEditor_UI_ExpressionEditorPanelTheme_ButtonPanel">ButtonPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets <a class="xref" href="C1.Win.ExpressionEditor.UI.ButtonPanelStyle.html">ButtonPanelStyle</a> contains display attributes that
determine the appearance of button panel element on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ExpressionEditorPanelTheme_Description" data-uid="C1.Win.ExpressionEditor.UI.ExpressionEditorPanelTheme.Description">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ExpressionEditorPanelTheme.Description.html#C1_Win_ExpressionEditor_UI_ExpressionEditorPanelTheme_Description">Description</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets <a class="xref" href="C1.Win.ExpressionEditor.UI.DescriptionStyle.html">DescriptionStyle</a> contains display attributes that
determine the appearance of description element on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ExpressionEditorPanelTheme_ImageButton" data-uid="C1.Win.ExpressionEditor.UI.ExpressionEditorPanelTheme.ImageButton">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ExpressionEditorPanelTheme.ImageButton.html#C1_Win_ExpressionEditor_UI_ExpressionEditorPanelTheme_ImageButton">ImageButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Win.ExpressionEditor.UI.ImageButtonStyle.html">ImageButtonStyle</a> contains display attributes that
determine the appearance of ImageButton on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ExpressionEditorPanelTheme_Operands" data-uid="C1.Win.ExpressionEditor.UI.ExpressionEditorPanelTheme.Operands">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ExpressionEditorPanelTheme.Operands.html#C1_Win_ExpressionEditor_UI_ExpressionEditorPanelTheme_Operands">Operands</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.html">OperandsStyle</a> contains display attributes that
determine the appearance of operands panel element on the screen.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
