# C1.Blazor.Input.C1Slider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Input_C1Slider" data-uid="C1.Blazor.Input.C1Slider" class="text-break">C1Slider Class
</h1>
  <div class="markdown level0 summary"><p>Slider.</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"><a class="xref" href="C1.Blazor.Input.SliderBase.html">SliderBase</a></div>
    <div class="level4"><span class="xref">C1Slider</span></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_C1Slider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1Slider : SliderBase, IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1Slider
    Inherits SliderBase
    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_C1Slider__ctor" data-uid="C1.Blazor.Input.C1Slider.#ctor">
          <a class="xref" href="C1.Blazor.Input.C1Slider.-ctor.html#C1_Blazor_Input_C1Slider__ctor">C1Slider()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Blazor.Input.C1Slider.html">C1Slider</a> class.</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_C1Slider_IsEnabledProperty" data-uid="C1.Blazor.Input.C1Slider.IsEnabledProperty">
          <a class="xref" href="C1.Blazor.Input.C1Slider.IsEnabledProperty.html">IsEnabledProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1Slider.IsEnabled.html#C1_Blazor_Input_C1Slider_IsEnabled">IsEnabled</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_MaximumProperty" data-uid="C1.Blazor.Input.C1Slider.MaximumProperty">
          <a class="xref" href="C1.Blazor.Input.C1Slider.MaximumProperty.html">MaximumProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1Slider.Maximum.html#C1_Blazor_Input_C1Slider_Maximum">Maximum</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_MinimumProperty" data-uid="C1.Blazor.Input.C1Slider.MinimumProperty">
          <a class="xref" href="C1.Blazor.Input.C1Slider.MinimumProperty.html">MinimumProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1Slider.Minimum.html#C1_Blazor_Input_C1Slider_Minimum">Minimum</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_OrientationProperty" data-uid="C1.Blazor.Input.C1Slider.OrientationProperty">
          <a class="xref" href="C1.Blazor.Input.C1Slider.OrientationProperty.html">OrientationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1Slider.Orientation.html#C1_Blazor_Input_C1Slider_Orientation">Orientation</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_ScrollBehaviorProperty" data-uid="C1.Blazor.Input.C1Slider.ScrollBehaviorProperty">
          <a class="xref" href="C1.Blazor.Input.C1Slider.ScrollBehaviorProperty.html">ScrollBehaviorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1Slider.ScrollBehavior.html#C1_Blazor_Input_C1Slider_ScrollBehavior">ScrollBehavior</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_ThumbStyleProperty" data-uid="C1.Blazor.Input.C1Slider.ThumbStyleProperty">
          <a class="xref" href="C1.Blazor.Input.C1Slider.ThumbStyleProperty.html">ThumbStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1Slider.ThumbStyle.html#C1_Blazor_Input_C1Slider_ThumbStyle">ThumbStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_TrackStyleProperty" data-uid="C1.Blazor.Input.C1Slider.TrackStyleProperty">
          <a class="xref" href="C1.Blazor.Input.C1Slider.TrackStyleProperty.html">TrackStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1Slider.TrackStyle.html#C1_Blazor_Input_C1Slider_TrackStyle">TrackStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_ValueProperty" data-uid="C1.Blazor.Input.C1Slider.ValueProperty">
          <a class="xref" href="C1.Blazor.Input.C1Slider.ValueProperty.html">ValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1Slider.Value.html#C1_Blazor_Input_C1Slider_Value">Value</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider__valuesParameterChanged" data-uid="C1.Blazor.Input.C1Slider._valuesParameterChanged">
          <a class="xref" href="C1.Blazor.Input.C1Slider._valuesParameterChanged.html">_valuesParameterChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Flag used to define whether the any of slider's values was changed (e.g. Minimum or Maximum, or thumb value.).</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_C1Slider_IsDisposed" data-uid="C1.Blazor.Input.C1Slider.IsDisposed">
          <a class="xref" href="C1.Blazor.Input.C1Slider.IsDisposed.html#C1_Blazor_Input_C1Slider_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this instance is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_IsEnabled" data-uid="C1.Blazor.Input.C1Slider.IsEnabled">
          <a class="xref" href="C1.Blazor.Input.C1Slider.IsEnabled.html#C1_Blazor_Input_C1Slider_IsEnabled">IsEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this element is enabled in the user interface (UI).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_Maximum" data-uid="C1.Blazor.Input.C1Slider.Maximum">
          <a class="xref" href="C1.Blazor.Input.C1Slider.Maximum.html#C1_Blazor_Input_C1Slider_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>The greatest value in the range of permitted values. This value must be greater than or equal to the value of the Minimum parameter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_Minimum" data-uid="C1.Blazor.Input.C1Slider.Minimum">
          <a class="xref" href="C1.Blazor.Input.C1Slider.Minimum.html#C1_Blazor_Input_C1Slider_Minimum">Minimum</a>
        </td>
        <td class="markdown level1 summary"><p>The lowest value in the range of permitted values. This value must be less than or equal to the value of the Maximum parameter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_Orientation" data-uid="C1.Blazor.Input.C1Slider.Orientation">
          <a class="xref" href="C1.Blazor.Input.C1Slider.Orientation.html#C1_Blazor_Input_C1Slider_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Orientation of the slider.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_ScrollBehavior" data-uid="C1.Blazor.Input.C1Slider.ScrollBehavior">
          <a class="xref" href="C1.Blazor.Input.C1Slider.ScrollBehavior.html#C1_Blazor_Input_C1Slider_ScrollBehavior">ScrollBehavior</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the thumb will be moved when a pointer click will be performed outside the area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_ThumbStyle" data-uid="C1.Blazor.Input.C1Slider.ThumbStyle">
          <a class="xref" href="C1.Blazor.Input.C1Slider.ThumbStyle.html#C1_Blazor_Input_C1Slider_ThumbStyle">ThumbStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Thumb style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_TrackStyle" data-uid="C1.Blazor.Input.C1Slider.TrackStyle">
          <a class="xref" href="C1.Blazor.Input.C1Slider.TrackStyle.html#C1_Blazor_Input_C1Slider_TrackStyle">TrackStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Track style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_Value" data-uid="C1.Blazor.Input.C1Slider.Value">
          <a class="xref" href="C1.Blazor.Input.C1Slider.Value.html#C1_Blazor_Input_C1Slider_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_ValueChanged" data-uid="C1.Blazor.Input.C1Slider.ValueChanged">
          <a class="xref" href="C1.Blazor.Input.C1Slider.ValueChanged.html#C1_Blazor_Input_C1Slider_ValueChanged">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback called when the <a class="xref" href="C1.Blazor.Input.C1Slider.Value.html#C1_Blazor_Input_C1Slider_Value">Value</a> property has changed.</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_C1Slider_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_" data-uid="C1.Blazor.Input.C1Slider.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)">
          <a class="xref" href="C1.Blazor.Input.C1Slider.BuildRenderTree.html#C1_Blazor_Input_C1Slider_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_">BuildRenderTree(RenderTreeBuilder)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_Dispose_System_Boolean_" data-uid="C1.Blazor.Input.C1Slider.Dispose(System.Boolean)">
          <a class="xref" href="C1.Blazor.Input.C1Slider.Dispose.html#C1_Blazor_Input_C1Slider_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_GetIsEnabled" data-uid="C1.Blazor.Input.C1Slider.GetIsEnabled">
          <a class="xref" href="C1.Blazor.Input.C1Slider.GetIsEnabled.html#C1_Blazor_Input_C1Slider_GetIsEnabled">GetIsEnabled()</a>
        </td>
        <td class="markdown level1 summary"><p>Return the slider's IsEnabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_GetMaximum" data-uid="C1.Blazor.Input.C1Slider.GetMaximum">
          <a class="xref" href="C1.Blazor.Input.C1Slider.GetMaximum.html#C1_Blazor_Input_C1Slider_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_C1Slider_GetMinimum" data-uid="C1.Blazor.Input.C1Slider.GetMinimum">
          <a class="xref" href="C1.Blazor.Input.C1Slider.GetMinimum.html#C1_Blazor_Input_C1Slider_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_C1Slider_GetOrientation" data-uid="C1.Blazor.Input.C1Slider.GetOrientation">
          <a class="xref" href="C1.Blazor.Input.C1Slider.GetOrientation.html#C1_Blazor_Input_C1Slider_GetOrientation">GetOrientation()</a>
        </td>
        <td class="markdown level1 summary"><p>Return the slider's Orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_InitializeAsync" data-uid="C1.Blazor.Input.C1Slider.InitializeAsync">
          <a class="xref" href="C1.Blazor.Input.C1Slider.InitializeAsync.html#C1_Blazor_Input_C1Slider_InitializeAsync">InitializeAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is called when the component is initialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_OnAfterRender_System_Boolean_" data-uid="C1.Blazor.Input.C1Slider.OnAfterRender(System.Boolean)">
          <a class="xref" href="C1.Blazor.Input.C1Slider.OnAfterRender.html#C1_Blazor_Input_C1Slider_OnAfterRender_System_Boolean_">OnAfterRender(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1Slider_SetParametersAsync_Microsoft_AspNetCore_Components_ParameterView_" data-uid="C1.Blazor.Input.C1Slider.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView)">
          <a class="xref" href="C1.Blazor.Input.C1Slider.SetParametersAsync.html#C1_Blazor_Input_C1Slider_SetParametersAsync_Microsoft_AspNetCore_Components_ParameterView_">SetParametersAsync(ParameterView)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
