# C1.Win.ExpressionEditor.UI.BaseScrollBarStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_ExpressionEditor_UI_BaseScrollBarStyle" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle" class="text-break">BaseScrollBarStyle Class
</h1>
  <div class="markdown level0 summary"><p><a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.html">BaseScrollBarStyle</a> contains display attributes that
determine the general appearance of the scrollbar 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">BaseScrollBarStyle</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_BaseScrollBarStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BaseScrollBarStyle : BaseItemStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BaseScrollBarStyle
    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_BaseScrollBarStyle_Border" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.Border">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.Border.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_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_BaseScrollBarStyle_Buttons" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.Buttons">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.Buttons.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_Buttons">Buttons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style containing display attributes that determine the general appearance of the scrollbar buttons on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_Corners" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.Corners">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.Corners.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_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_BaseScrollBarStyle_ItemsMargins" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ItemsMargins">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ItemsMargins.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ItemsMargins">ItemsMargins</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the margins around scroll bar elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_Thumb" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.Thumb">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.Thumb.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_Thumb">Thumb</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style containing display attributes that determine the general appearance of the scrollbar thumb 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_BaseScrollBarStyle_Dispose_System_Boolean_" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.Dispose.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases all unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ResetBorder" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ResetBorder">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ResetBorder.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ResetBorder">ResetBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.Border.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_Border">Border</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ResetButtons" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ResetButtons">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ResetButtons.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ResetButtons">ResetButtons()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ResetCorners" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ResetCorners">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ResetCorners.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ResetCorners">ResetCorners()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.Corners.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_Corners">Corners</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ResetItemsMargins" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ResetItemsMargins">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ResetItemsMargins.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ResetItemsMargins">ResetItemsMargins()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ItemsMargins.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ItemsMargins">ItemsMargins</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ResetThumb" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ResetThumb">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ResetThumb.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ResetThumb">ResetThumb()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ShouldSerializeBorder" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ShouldSerializeBorder">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ShouldSerializeBorder.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_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.BaseScrollBarStyle.Border.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_Border">Border</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ShouldSerializeButtons" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ShouldSerializeButtons">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ShouldSerializeButtons.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ShouldSerializeButtons">ShouldSerializeButtons()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ShouldSerializeCorners" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ShouldSerializeCorners">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ShouldSerializeCorners.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_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.BaseScrollBarStyle.Corners.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_Corners">Corners</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ShouldSerializeItemsMargins" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ShouldSerializeItemsMargins">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ShouldSerializeItemsMargins.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ShouldSerializeItemsMargins">ShouldSerializeItemsMargins()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ItemsMargins.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ItemsMargins">ItemsMargins</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ShouldSerializeThumb" data-uid="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ShouldSerializeThumb">
          <a class="xref" href="C1.Win.ExpressionEditor.UI.BaseScrollBarStyle.ShouldSerializeThumb.html#C1_Win_ExpressionEditor_UI_BaseScrollBarStyle_ShouldSerializeThumb">ShouldSerializeThumb()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
