# C1.Win.ExpressionEditor.UI.BaseItemStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_ExpressionEditor_UI_BaseItemStyle" data-uid="C1.Win.ExpressionEditor.UI.BaseItemStyle" class="text-break">BaseItemStyle Class
</h1>
  <div class="markdown level0 summary"><p>Base style with basic properties.</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"><a class="xref" href="C1.Win.ExpressionEditor.UI.BaseStyle.html">BaseStyle</a></div>
    <div class="level2"><span class="xref">BaseItemStyle</span></div>
      <div class="level3"><a class="xref" href="C1.Win.ExpressionEditor.UI.BaseImageButtonStyle.html">BaseImageButtonStyle</a></div>
      <div class="level3"><a class="xref" href="C1.Win.ExpressionEditor.UI.BaseOperandsStyle.html">BaseOperandsStyle</a></div>
      <div class="level3"><a class="xref" href="C1.Win.ExpressionEditor.UI.BasePopupItemStyle.html">BasePopupItemStyle</a></div>
      <div class="level3"><a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.html">BaseScrollBarStyle</a></div>
      <div class="level3"><a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsHotStyle.html">ScrollButtonsHotStyle</a></div>
      <div class="level3"><a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsPressedStyle.html">ScrollButtonsPressedStyle</a></div>
      <div class="level3"><a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.html">ScrollButtonsStyle</a></div>
      <div class="level3"><a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbHotStyle.html">ScrollThumbHotStyle</a></div>
      <div class="level3"><a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbPressedStyle.html">ScrollThumbPressedStyle</a></div>
      <div class="level3"><a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.html">ScrollThumbStyle</a></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_BaseItemStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BaseItemStyle : BaseStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class BaseItemStyle
    Inherits BaseStyle</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_ExpressionEditor_UI_BaseItemStyle_BackColor" data-uid="C1.Win.ExpressionEditor.UI.BaseItemStyle.BackColor">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseItemStyle.BackColor.html#C1_Win_ExpressionEditor_UI_BaseItemStyle_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_BaseItemStyle_BorderColor" data-uid="C1.Win.ExpressionEditor.UI.BaseItemStyle.BorderColor">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseItemStyle.BorderColor.html#C1_Win_ExpressionEditor_UI_BaseItemStyle_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to draw the border around the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_BaseItemStyle_ForeColor" data-uid="C1.Win.ExpressionEditor.UI.BaseItemStyle.ForeColor">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseItemStyle.ForeColor.html#C1_Win_ExpressionEditor_UI_BaseItemStyle_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
