# C1.Win.ExpressionEditor.UI.OperandsStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_ExpressionEditor_UI_OperandsStyle" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle" class="text-break">OperandsStyle Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.html">OperandsStyle</a> class contains display attributes that
determine the appearance of operands elements on the screen.</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"><a class="xref" href="C1.Win.ExpressionEditor.UI.BaseItemStyle.html">BaseItemStyle</a></div>
    <div class="level3"><a class="xref" href="C1.Win.ExpressionEditor.UI.BaseOperandsStyle.html">BaseOperandsStyle</a></div>
    <div class="level4"><span class="xref">OperandsStyle</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.10.dll</h6>
  <h5 id="C1_Win_ExpressionEditor_UI_OperandsStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OperandsStyle : BaseOperandsStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OperandsStyle
    Inherits BaseOperandsStyle</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_OperandsStyle_Border" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.Border">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.Border.html#C1_Win_ExpressionEditor_UI_OperandsStyle_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the border around the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_OperandsStyle_Corners" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.Corners">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.Corners.html#C1_Win_ExpressionEditor_UI_OperandsStyle_Corners">Corners</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radii of the element corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_OperandsStyle_Font" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.Font">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.Font.html#C1_Win_ExpressionEditor_UI_OperandsStyle_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets text font of element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_OperandsStyle_Hot" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.Hot">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.Hot.html#C1_Win_ExpressionEditor_UI_OperandsStyle_Hot">Hot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style to be used when the element is hot.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_OperandsStyle_HotPressed" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.HotPressed">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.HotPressed.html#C1_Win_ExpressionEditor_UI_OperandsStyle_HotPressed">HotPressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style to be used when item is hot and pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_OperandsStyle_Items" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.Items">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.Items.html#C1_Win_ExpressionEditor_UI_OperandsStyle_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style to be used for items of operands.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_OperandsStyle_Margins" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.Margins">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.Margins.html#C1_Win_ExpressionEditor_UI_OperandsStyle_Margins">Margins</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the margins around the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_OperandsStyle_Padding" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.Padding">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.Padding.html#C1_Win_ExpressionEditor_UI_OperandsStyle_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the padding between the element edges and its content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_OperandsStyle_Pressed" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.Pressed">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.Pressed.html#C1_Win_ExpressionEditor_UI_OperandsStyle_Pressed">Pressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style to be used when the element is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_OperandsStyle_ScrollBar" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.ScrollBar">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.ScrollBar.html#C1_Win_ExpressionEditor_UI_OperandsStyle_ScrollBar">ScrollBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.html">BaseScrollBarStyle</a> containing display attributes that
determine the general appearance of the scroll bars on the screen.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_OperandsStyle_ApplyToStyle_C1_Framework_Style_" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.ApplyToStyle(C1.Framework.Style)">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.ApplyToStyle.html#C1_Win_ExpressionEditor_UI_OperandsStyle_ApplyToStyle_C1_Framework_Style_">ApplyToStyle(Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies style to destination style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_OperandsStyle_ResetCorners" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.ResetCorners">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.ResetCorners.html#C1_Win_ExpressionEditor_UI_OperandsStyle_ResetCorners">ResetCorners()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.Corners.html#C1_Win_ExpressionEditor_UI_OperandsStyle_Corners">Corners</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_OperandsStyle_ResetItems" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.ResetItems">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.ResetItems.html#C1_Win_ExpressionEditor_UI_OperandsStyle_ResetItems">ResetItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.Items.html#C1_Win_ExpressionEditor_UI_OperandsStyle_Items">Items</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_OperandsStyle_ResetScrollbar" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.ResetScrollbar">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.ResetScrollbar.html#C1_Win_ExpressionEditor_UI_OperandsStyle_ResetScrollbar">ResetScrollbar()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_OperandsStyle_ShouldSerializeCorners" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.ShouldSerializeCorners">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.ShouldSerializeCorners.html#C1_Win_ExpressionEditor_UI_OperandsStyle_ShouldSerializeCorners">ShouldSerializeCorners()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.Corners.html#C1_Win_ExpressionEditor_UI_OperandsStyle_Corners">Corners</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_OperandsStyle_ShouldSerializeItems" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.ShouldSerializeItems">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.ShouldSerializeItems.html#C1_Win_ExpressionEditor_UI_OperandsStyle_ShouldSerializeItems">ShouldSerializeItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.Items.html#C1_Win_ExpressionEditor_UI_OperandsStyle_Items">Items</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_OperandsStyle_ShouldSerializeScrollBar" data-uid="C1.Win.ExpressionEditor.UI.OperandsStyle.ShouldSerializeScrollBar">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.OperandsStyle.ShouldSerializeScrollBar.html#C1_Win_ExpressionEditor_UI_OperandsStyle_ShouldSerializeScrollBar">ShouldSerializeScrollBar()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
