# C1.Win.ExpressionEditor.UI.ScrollButtonsStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_ExpressionEditor_UI_ScrollButtonsStyle" data-uid="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle" class="text-break">ScrollButtonsStyle Class
</h1>
  <div class="markdown level0 summary"><p><a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.html">ScrollButtonsStyle</a> contains display attributes that
determine the general appearance of the scrollbar buttons 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"><span class="xref">ScrollButtonsStyle</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_ScrollButtonsStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ScrollButtonsStyle : BaseItemStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ScrollButtonsStyle
    Inherits BaseItemStyle</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_ScrollButtonsStyle_Border" data-uid="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.Border">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.Border.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_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_ScrollButtonsStyle_Corners" data-uid="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.Corners">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.Corners.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_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_ScrollButtonsStyle_Hot" data-uid="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.Hot">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.Hot.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_Hot">Hot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style containing display attributes that determine the general appearance of element on the screen when the cursor is over it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_Pressed" data-uid="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.Pressed">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.Pressed.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_Pressed">Pressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style containing display attributes that determine the general appearance of pressed element 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_ScrollButtonsStyle_ResetBorder" data-uid="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ResetBorder">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ResetBorder.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_ResetBorder">ResetBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.Border.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_Border">Border</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_ResetCorners" data-uid="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ResetCorners">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ResetCorners.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_ResetCorners">ResetCorners()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.Corners.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_Corners">Corners</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_ResetHot" data-uid="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ResetHot">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ResetHot.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_ResetHot">ResetHot()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_ResetPressed" data-uid="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ResetPressed">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ResetPressed.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_ResetPressed">ResetPressed()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_ShouldSerializeBorder" data-uid="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ShouldSerializeBorder">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ShouldSerializeBorder.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_ShouldSerializeBorder">ShouldSerializeBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.Border.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_Border">Border</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_ShouldSerializeCorners" data-uid="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ShouldSerializeCorners">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ShouldSerializeCorners.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_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.ScrollButtonsStyle.Corners.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_Corners">Corners</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_ShouldSerializeHot" data-uid="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ShouldSerializeHot">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ShouldSerializeHot.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_ShouldSerializeHot">ShouldSerializeHot()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_ShouldSerializePressed" data-uid="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ShouldSerializePressed">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollButtonsStyle.ShouldSerializePressed.html#C1_Win_ExpressionEditor_UI_ScrollButtonsStyle_ShouldSerializePressed">ShouldSerializePressed()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
