# C1.Win.ExpressionEditor.UI.ScrollThumbStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_ExpressionEditor_UI_ScrollThumbStyle" data-uid="C1.Win.ExpressionEditor.UI.ScrollThumbStyle" class="text-break">ScrollThumbStyle Class
</h1>
  <div class="markdown level0 summary"><p><a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.html">ScrollThumbStyle</a> contains display attributes that
determine the general appearance of the scrollbar thumb 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">ScrollThumbStyle</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_ScrollThumbStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ScrollThumbStyle : BaseItemStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ScrollThumbStyle
    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_ScrollThumbStyle_Border" data-uid="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.Border">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.Border.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_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_ScrollThumbStyle_Corners" data-uid="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.Corners">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.Corners.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_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_ScrollThumbStyle_Hot" data-uid="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.Hot">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.Hot.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_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_ScrollThumbStyle_Pressed" data-uid="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.Pressed">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.Pressed.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_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_ScrollThumbStyle_ResetBorder" data-uid="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ResetBorder">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ResetBorder.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_ResetBorder">ResetBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.Border.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_Border">Border</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ScrollThumbStyle_ResetCorners" data-uid="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ResetCorners">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ResetCorners.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_ResetCorners">ResetCorners()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.Corners.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_Corners">Corners</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ScrollThumbStyle_ResetHot" data-uid="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ResetHot">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ResetHot.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_ResetHot">ResetHot()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ScrollThumbStyle_ResetPressed" data-uid="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ResetPressed">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ResetPressed.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_ResetPressed">ResetPressed()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ScrollThumbStyle_ShouldSerializeBorder" data-uid="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ShouldSerializeBorder">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ShouldSerializeBorder.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_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.ScrollThumbStyle.Border.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_Border">Border</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ScrollThumbStyle_ShouldSerializeCorners" data-uid="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ShouldSerializeCorners">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ShouldSerializeCorners.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_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.ScrollThumbStyle.Corners.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_Corners">Corners</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ScrollThumbStyle_ShouldSerializeHot" data-uid="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ShouldSerializeHot">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ShouldSerializeHot.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_ShouldSerializeHot">ShouldSerializeHot()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_ScrollThumbStyle_ShouldSerializePressed" data-uid="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ShouldSerializePressed">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.ScrollThumbStyle.ShouldSerializePressed.html#C1_Win_ExpressionEditor_UI_ScrollThumbStyle_ShouldSerializePressed">ShouldSerializePressed()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
