# C1.Blazor.Input.SliderBase.UpdateThumbValue

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Blazor_Input_SliderBase_UpdateThumbValue_" data-uid="C1.Blazor.Input.SliderBase.UpdateThumbValue*">UpdateThumbValue Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Blazor_Input_SliderBase_UpdateThumbValue_" data-uid="C1.Blazor.Input.SliderBase.UpdateThumbValue*"></a>
<h4 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)">UpdateThumbValue(LinkedListNode&lt;ThumbModel&gt;, double)</h4>
<div class="markdown level1 summary"><p>Update thumb's value considering the conditions.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected bool UpdateThumbValue(LinkedListNode&lt;SliderBase.ThumbModel&gt; thumb, double value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Function UpdateThumbValue(thumb As LinkedListNode(Of SliderBase.ThumbModel), value As Double) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.linkedlistnode-1">LinkedListNode</a>&lt;<a class="xref" href="C1.Blazor.Input.SliderBase.html">SliderBase</a>.<a class="xref" href="C1.Blazor.Input.SliderBase.ThumbModel.html">ThumbModel</a>&gt;</td>
      <td><span class="parametername">thumb</span></td>
      <td><p>Thumb.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>Value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>True, if value of thumb was updated otherwise false.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
