# C1.Blazor.Input.SliderBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Input_SliderBase" data-uid="C1.Blazor.Input.SliderBase" class="text-break">SliderBase Class
</h1>
  <div class="markdown level0 summary"><p>Base class for sliders.</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="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.componentbase">ComponentBase</a></div>
    <div class="level2"><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1View.html">C1View</a></div>
    <div class="level3"><span class="xref">SliderBase</span></div>
      <div class="level4"><a class="xref" href="C1.Blazor.Input.C1RangeSlider.html">C1RangeSlider</a></div>
      <div class="level4"><a class="xref" href="C1.Blazor.Input.C1Slider.html">C1Slider</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleafterrender">IHandleAfterRender</a></div>
    <div><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.IDependencyObject.html">IDependencyObject</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleevent">IHandleEvent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.Input.html">C1.Blazor.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Input.dll</h6>
  <h5 id="C1_Blazor_Input_SliderBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class SliderBase : C1View, IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class SliderBase
    Inherits C1View
    Implements IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_Input_SliderBase__ctor" data-uid="C1.Blazor.Input.SliderBase.#ctor">
          <a class="xref" href="C1.Blazor.Input.SliderBase.-ctor.html#C1_Blazor_Input_SliderBase__ctor">SliderBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Ctor.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_Input_SliderBase__containerElem" data-uid="C1.Blazor.Input.SliderBase._containerElem">
          <a class="xref" href="C1.Blazor.Input.SliderBase._containerElem.html">_containerElem</a>
        </td>
        <td class="markdown level1 summary"><p>Container element reference.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase__containerHeight" data-uid="C1.Blazor.Input.SliderBase._containerHeight">
          <a class="xref" href="C1.Blazor.Input.SliderBase._containerHeight.html">_containerHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Container height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase__containerWidth" data-uid="C1.Blazor.Input.SliderBase._containerWidth">
          <a class="xref" href="C1.Blazor.Input.SliderBase._containerWidth.html">_containerWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Container width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase__innerStyle" data-uid="C1.Blazor.Input.SliderBase._innerStyle">
          <a class="xref" href="C1.Blazor.Input.SliderBase._innerStyle.html">_innerStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Inner container style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase__lowerRepeatElem" data-uid="C1.Blazor.Input.SliderBase._lowerRepeatElem">
          <a class="xref" href="C1.Blazor.Input.SliderBase._lowerRepeatElem.html">_lowerRepeatElem</a>
        </td>
        <td class="markdown level1 summary"><p>Lower hit button is used for decreasing thumb's value by <a class="xref" href="C1.Blazor.Input.SliderBase.ValueChange.html#C1_Blazor_Input_SliderBase_ValueChange">ValueChange</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase__positionStrategy" data-uid="C1.Blazor.Input.SliderBase._positionStrategy">
          <a class="xref" href="C1.Blazor.Input.SliderBase._positionStrategy.html">_positionStrategy</a>
        </td>
        <td class="markdown level1 summary"><p>Specified calculation of the thumb position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase__selectedThumbNode" data-uid="C1.Blazor.Input.SliderBase._selectedThumbNode">
          <a class="xref" href="C1.Blazor.Input.SliderBase._selectedThumbNode.html">_selectedThumbNode</a>
        </td>
        <td class="markdown level1 summary"><p>Selected thumb node.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase__thumbOverlayElem" data-uid="C1.Blazor.Input.SliderBase._thumbOverlayElem">
          <a class="xref" href="C1.Blazor.Input.SliderBase._thumbOverlayElem.html">_thumbOverlayElem</a>
        </td>
        <td class="markdown level1 summary"><p>Thumb overlay element reference.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase__thumbSize" data-uid="C1.Blazor.Input.SliderBase._thumbSize">
          <a class="xref" href="C1.Blazor.Input.SliderBase._thumbSize.html">_thumbSize</a>
        </td>
        <td class="markdown level1 summary"><p>Thumb size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase__thumbVisualSize" data-uid="C1.Blazor.Input.SliderBase._thumbVisualSize">
          <a class="xref" href="C1.Blazor.Input.SliderBase._thumbVisualSize.html">_thumbVisualSize</a>
        </td>
        <td class="markdown level1 summary"><p>Thumb regular visual size (without considering over state size).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase__thumbs" data-uid="C1.Blazor.Input.SliderBase._thumbs">
          <a class="xref" href="C1.Blazor.Input.SliderBase._thumbs.html">_thumbs</a>
        </td>
        <td class="markdown level1 summary"><p>List of thumbs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase__trackElem" data-uid="C1.Blazor.Input.SliderBase._trackElem">
          <a class="xref" href="C1.Blazor.Input.SliderBase._trackElem.html">_trackElem</a>
        </td>
        <td class="markdown level1 summary"><p>Track element reference.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase__trackSize" data-uid="C1.Blazor.Input.SliderBase._trackSize">
          <a class="xref" href="C1.Blazor.Input.SliderBase._trackSize.html">_trackSize</a>
        </td>
        <td class="markdown level1 summary"><p>Track size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase__upperRepeatElem" data-uid="C1.Blazor.Input.SliderBase._upperRepeatElem">
          <a class="xref" href="C1.Blazor.Input.SliderBase._upperRepeatElem.html">_upperRepeatElem</a>
        </td>
        <td class="markdown level1 summary"><p>Upper hit button is used for increasing thumb's value by <a class="xref" href="C1.Blazor.Input.SliderBase.ValueChange.html#C1_Blazor_Input_SliderBase_ValueChange">ValueChange</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Blazor_Input_SliderBase_Delay" data-uid="C1.Blazor.Input.SliderBase.Delay">
          <a class="xref" href="C1.Blazor.Input.SliderBase.Delay.html#C1_Blazor_Input_SliderBase_Delay">Delay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the time, in milliseconds, buttons (at the left of the thumb and at the right of the thumb) wait when they are pressed before they start repeating the click action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_FetchElementsSizeFromStyleRequested" data-uid="C1.Blazor.Input.SliderBase.FetchElementsSizeFromStyleRequested">
          <a class="xref" href="C1.Blazor.Input.SliderBase.FetchElementsSizeFromStyleRequested.html#C1_Blazor_Input_SliderBase_FetchElementsSizeFromStyleRequested">FetchElementsSizeFromStyleRequested</a>
        </td>
        <td class="markdown level1 summary"><p>Set to true to fetch elements size from the styles (container's width, height, thumb's size ) after it's implementation after the render.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_Interval" data-uid="C1.Blazor.Input.SliderBase.Interval">
          <a class="xref" href="C1.Blazor.Input.SliderBase.Interval.html#C1_Blazor_Input_SliderBase_Interval">Interval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the time, in milliseconds, between repetitions of the click action, as soon as repeating starts (for buttons at the left of the thumb and at the right of the thumb).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_IsRenderEnabled" data-uid="C1.Blazor.Input.SliderBase.IsRenderEnabled">
          <a class="xref" href="C1.Blazor.Input.SliderBase.IsRenderEnabled.html#C1_Blazor_Input_SliderBase_IsRenderEnabled">IsRenderEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Set false to prevent rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_RepeatButtonInitializationRequested" data-uid="C1.Blazor.Input.SliderBase.RepeatButtonInitializationRequested">
          <a class="xref" href="C1.Blazor.Input.SliderBase.RepeatButtonInitializationRequested.html#C1_Blazor_Input_SliderBase_RepeatButtonInitializationRequested">RepeatButtonInitializationRequested</a>
        </td>
        <td class="markdown level1 summary"><p>Set to true to initialize repeat buttons elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_SmallValueChange" data-uid="C1.Blazor.Input.SliderBase.SmallValueChange">
          <a class="xref" href="C1.Blazor.Input.SliderBase.SmallValueChange.html#C1_Blazor_Input_SliderBase_SmallValueChange">SmallValueChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value to be added to or subtracted from the thumb's value using a keyboard./&gt;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_ValueChange" data-uid="C1.Blazor.Input.SliderBase.ValueChange">
          <a class="xref" href="C1.Blazor.Input.SliderBase.ValueChange.html#C1_Blazor_Input_SliderBase_ValueChange">ValueChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value to be added to or subtracted from the thumb's value using a pointer outside of the thumb.</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_Blazor_Input_SliderBase_ChangeThumbValue_System_Collections_Generic_LinkedListNode_C1_Blazor_Input_SliderBase_ThumbModel__System_Double_" data-uid="C1.Blazor.Input.SliderBase.ChangeThumbValue(System.Collections.Generic.LinkedListNode{C1.Blazor.Input.SliderBase.ThumbModel},System.Double)">
          <a class="xref" href="C1.Blazor.Input.SliderBase.ChangeThumbValue.html#C1_Blazor_Input_SliderBase_ChangeThumbValue_System_Collections_Generic_LinkedListNode_C1_Blazor_Input_SliderBase_ThumbModel__System_Double_">ChangeThumbValue(LinkedListNode&lt;ThumbModel&gt;, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Change thumb value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_CreatePositionStrategy" data-uid="C1.Blazor.Input.SliderBase.CreatePositionStrategy">
          <a class="xref" href="C1.Blazor.Input.SliderBase.CreatePositionStrategy.html#C1_Blazor_Input_SliderBase_CreatePositionStrategy">CreatePositionStrategy()</a>
        </td>
        <td class="markdown level1 summary"><p>Thumbs could have a specific position calculation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_EnrichDisabledC1Style_C1_Blazor_Core_C1Style_C1_Blazor_Core_C1Color_" data-uid="C1.Blazor.Input.SliderBase.EnrichDisabledC1Style(C1.Blazor.Core.C1Style,C1.Blazor.Core.C1Color)">
          <a class="xref" href="C1.Blazor.Input.SliderBase.EnrichDisabledC1Style.html#C1_Blazor_Input_SliderBase_EnrichDisabledC1Style_C1_Blazor_Core_C1Style_C1_Blazor_Core_C1Color_">EnrichDisabledC1Style(C1Style, C1Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Create style based on <code class="paramref">style</code> and update it with disabled state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_GetIsEnabled" data-uid="C1.Blazor.Input.SliderBase.GetIsEnabled">
          <a class="xref" href="C1.Blazor.Input.SliderBase.GetIsEnabled.html#C1_Blazor_Input_SliderBase_GetIsEnabled">GetIsEnabled()</a>
        </td>
        <td class="markdown level1 summary"><p>Return the slider's IsEnabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_GetMaximum" data-uid="C1.Blazor.Input.SliderBase.GetMaximum">
          <a class="xref" href="C1.Blazor.Input.SliderBase.GetMaximum.html#C1_Blazor_Input_SliderBase_GetMaximum">GetMaximum()</a>
        </td>
        <td class="markdown level1 summary"><p>Return the slider's maximum value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_GetMinimum" data-uid="C1.Blazor.Input.SliderBase.GetMinimum">
          <a class="xref" href="C1.Blazor.Input.SliderBase.GetMinimum.html#C1_Blazor_Input_SliderBase_GetMinimum">GetMinimum()</a>
        </td>
        <td class="markdown level1 summary"><p>Return the slider's minimum value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_GetOrientation" data-uid="C1.Blazor.Input.SliderBase.GetOrientation">
          <a class="xref" href="C1.Blazor.Input.SliderBase.GetOrientation.html#C1_Blazor_Input_SliderBase_GetOrientation">GetOrientation()</a>
        </td>
        <td class="markdown level1 summary"><p>Return the slider's Orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_GetThumbElementPosition_C1_Blazor_Input_SliderBase_ThumbModel_" data-uid="C1.Blazor.Input.SliderBase.GetThumbElementPosition(C1.Blazor.Input.SliderBase.ThumbModel)">
          <a class="xref" href="C1.Blazor.Input.SliderBase.GetThumbElementPosition.html#C1_Blazor_Input_SliderBase_GetThumbElementPosition_C1_Blazor_Input_SliderBase_ThumbModel_">GetThumbElementPosition(ThumbModel)</a>
        </td>
        <td class="markdown level1 summary"><p>Get thumb's position based on the it's value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_GetThumbNode_System_Int32_" data-uid="C1.Blazor.Input.SliderBase.GetThumbNode(System.Int32)">
          <a class="xref" href="C1.Blazor.Input.SliderBase.GetThumbNode.html#C1_Blazor_Input_SliderBase_GetThumbNode_System_Int32_">GetThumbNode(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Get a thumb node.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_GetValueDelta_System_Double_" data-uid="C1.Blazor.Input.SliderBase.GetValueDelta(System.Double)">
          <a class="xref" href="C1.Blazor.Input.SliderBase.GetValueDelta.html#C1_Blazor_Input_SliderBase_GetValueDelta_System_Double_">GetValueDelta(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculate value's delta based on the offset in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_InvalidateInnerStyle" data-uid="C1.Blazor.Input.SliderBase.InvalidateInnerStyle">
          <a class="xref" href="C1.Blazor.Input.SliderBase.InvalidateInnerStyle.html#C1_Blazor_Input_SliderBase_InvalidateInnerStyle">InvalidateInnerStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Invalidate inner control style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_OnAfterRenderAsync_System_Boolean_" data-uid="C1.Blazor.Input.SliderBase.OnAfterRenderAsync(System.Boolean)">
          <a class="xref" href="C1.Blazor.Input.SliderBase.OnAfterRenderAsync.html#C1_Blazor_Input_SliderBase_OnAfterRenderAsync_System_Boolean_">OnAfterRenderAsync(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_OnFetchElementsSizeFromStyleRequested" data-uid="C1.Blazor.Input.SliderBase.OnFetchElementsSizeFromStyleRequested">
          <a class="xref" href="C1.Blazor.Input.SliderBase.OnFetchElementsSizeFromStyleRequested.html#C1_Blazor_Input_SliderBase_OnFetchElementsSizeFromStyleRequested">OnFetchElementsSizeFromStyleRequested()</a>
        </td>
        <td class="markdown level1 summary"><p>Calls to fetch control's elements sizes from the style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_OnRepeatButtonElementsInitializationRequested" data-uid="C1.Blazor.Input.SliderBase.OnRepeatButtonElementsInitializationRequested">
          <a class="xref" href="C1.Blazor.Input.SliderBase.OnRepeatButtonElementsInitializationRequested.html#C1_Blazor_Input_SliderBase_OnRepeatButtonElementsInitializationRequested">OnRepeatButtonElementsInitializationRequested()</a>
        </td>
        <td class="markdown level1 summary"><p>Calls to initialize repeat buttons elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_ShouldRender" data-uid="C1.Blazor.Input.SliderBase.ShouldRender">
          <a class="xref" href="C1.Blazor.Input.SliderBase.ShouldRender.html#C1_Blazor_Input_SliderBase_ShouldRender">ShouldRender()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_ThumbGotFocus_System_Collections_Generic_LinkedListNode_C1_Blazor_Input_SliderBase_ThumbModel__" data-uid="C1.Blazor.Input.SliderBase.ThumbGotFocus(System.Collections.Generic.LinkedListNode{C1.Blazor.Input.SliderBase.ThumbModel})">
          <a class="xref" href="C1.Blazor.Input.SliderBase.ThumbGotFocus.html#C1_Blazor_Input_SliderBase_ThumbGotFocus_System_Collections_Generic_LinkedListNode_C1_Blazor_Input_SliderBase_ThumbModel__">ThumbGotFocus(LinkedListNode&lt;ThumbModel&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Calls when a thumb got the focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_ThumbLostFocus" data-uid="C1.Blazor.Input.SliderBase.ThumbLostFocus">
          <a class="xref" href="C1.Blazor.Input.SliderBase.ThumbLostFocus.html#C1_Blazor_Input_SliderBase_ThumbLostFocus">ThumbLostFocus()</a>
        </td>
        <td class="markdown level1 summary"><p>Calls when a thumb lost the focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_TurnOffElementsTransition" data-uid="C1.Blazor.Input.SliderBase.TurnOffElementsTransition">
          <a class="xref" href="C1.Blazor.Input.SliderBase.TurnOffElementsTransition.html#C1_Blazor_Input_SliderBase_TurnOffElementsTransition">TurnOffElementsTransition()</a>
        </td>
        <td class="markdown level1 summary"><p>Turn off elements transition.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_TurnOnElementsTransition" data-uid="C1.Blazor.Input.SliderBase.TurnOnElementsTransition">
          <a class="xref" href="C1.Blazor.Input.SliderBase.TurnOnElementsTransition.html#C1_Blazor_Input_SliderBase_TurnOnElementsTransition">TurnOnElementsTransition()</a>
        </td>
        <td class="markdown level1 summary"><p>Turn on elements transition.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_UpdateSizeParameters_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_" data-uid="C1.Blazor.Input.SliderBase.UpdateSizeParameters(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="C1.Blazor.Input.SliderBase.UpdateSizeParameters.html#C1_Blazor_Input_SliderBase_UpdateSizeParameters_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_">UpdateSizeParameters(double, double, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Update size parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_UpdateThumbValue_System_Collections_Generic_LinkedListNode_C1_Blazor_Input_SliderBase_ThumbModel__System_Double_" data-uid="C1.Blazor.Input.SliderBase.UpdateThumbValue(System.Collections.Generic.LinkedListNode{C1.Blazor.Input.SliderBase.ThumbModel},System.Double)">
          <a class="xref" href="C1.Blazor.Input.SliderBase.UpdateThumbValue.html#C1_Blazor_Input_SliderBase_UpdateThumbValue_System_Collections_Generic_LinkedListNode_C1_Blazor_Input_SliderBase_ThumbModel__System_Double_">UpdateThumbValue(LinkedListNode&lt;ThumbModel&gt;, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Update thumb's value considering the conditions.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
