# C1.Blazor.Input.SliderBase.ThumbModel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Input_SliderBase_ThumbModel" data-uid="C1.Blazor.Input.SliderBase.ThumbModel" class="text-break">SliderBase.ThumbModel Class
</h1>
  <div class="markdown level0 summary"><p>Present slider's thumb.</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"><span class="xref">SliderBase.ThumbModel</span></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_ThumbModel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">protected class SliderBase.ThumbModel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Protected Class SliderBase.ThumbModel</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_ThumbModel__ctor_System_Action_System_Double__System_Double_System_Int32_" data-uid="C1.Blazor.Input.SliderBase.ThumbModel.#ctor(System.Action{System.Double},System.Double,System.Int32)">
          <a class="xref" href="C1.Blazor.Input.SliderBase.ThumbModel.-ctor.html#C1_Blazor_Input_SliderBase_ThumbModel__ctor_System_Action_System_Double__System_Double_System_Int32_">ThumbModel(Action&lt;double&gt;, double, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Ctor.</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_ThumbModel_Element" data-uid="C1.Blazor.Input.SliderBase.ThumbModel.Element">
          <a class="xref" href="C1.Blazor.Input.SliderBase.ThumbModel.Element.html#C1_Blazor_Input_SliderBase_ThumbModel_Element">Element</a>
        </td>
        <td class="markdown level1 summary"><p>Element reference.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_ThumbModel_Id" data-uid="C1.Blazor.Input.SliderBase.ThumbModel.Id">
          <a class="xref" href="C1.Blazor.Input.SliderBase.ThumbModel.Id.html#C1_Blazor_Input_SliderBase_ThumbModel_Id">Id</a>
        </td>
        <td class="markdown level1 summary"><p>Unic id.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_ThumbModel_Style" data-uid="C1.Blazor.Input.SliderBase.ThumbModel.Style">
          <a class="xref" href="C1.Blazor.Input.SliderBase.ThumbModel.Style.html#C1_Blazor_Input_SliderBase_ThumbModel_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Thumb style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_SliderBase_ThumbModel_Value" data-uid="C1.Blazor.Input.SliderBase.ThumbModel.Value">
          <a class="xref" href="C1.Blazor.Input.SliderBase.ThumbModel.Value.html#C1_Blazor_Input_SliderBase_ThumbModel_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Thumb's value.</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_ThumbModel_NotifyUpdate" data-uid="C1.Blazor.Input.SliderBase.ThumbModel.NotifyUpdate">
          <a class="xref" href="C1.Blazor.Input.SliderBase.ThumbModel.NotifyUpdate.html#C1_Blazor_Input_SliderBase_ThumbModel_NotifyUpdate">NotifyUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Calls update action.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
