# C1.Blazor.Input.SliderBase.EnrichDisabledC1Style

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Blazor_Input_SliderBase_EnrichDisabledC1Style_" data-uid="C1.Blazor.Input.SliderBase.EnrichDisabledC1Style*">EnrichDisabledC1Style Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Blazor_Input_SliderBase_EnrichDisabledC1Style_" data-uid="C1.Blazor.Input.SliderBase.EnrichDisabledC1Style*"></a>
<h4 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)">EnrichDisabledC1Style(C1Style, C1Color)</h4>
<div class="markdown level1 summary"><p>Create style based on <code class="paramref">style</code> and update it with disabled state.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected static C1Style EnrichDisabledC1Style(C1Style style, C1Color color)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Shared Function EnrichDisabledC1Style(style As C1Style, color As C1Color) As C1Style</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="../C1.Blazor.Core/C1.Blazor.Core.C1Style.html">C1Style</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>Origin style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Color.html">C1Color</a></td>
      <td><span class="parametername">color</span></td>
      <td><p>Disabled color.</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="../C1.Blazor.Core/C1.Blazor.Core.C1Style.html">C1Style</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
