# C1.Web.Mvc.Fluent.RangeBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_RangeBuilder" data-uid="C1.Web.Mvc.Fluent.RangeBuilder" class="text-break">RangeBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Range.html">Range</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Range.html">Range</a>, <a class="xref" href="C1.Web.Mvc.Fluent.RangeBuilder.html">RangeBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">RangeBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_RangeBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RangeBuilder : BaseBuilder&lt;Range, RangeBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RangeBuilder
    Inherits BaseBuilder(Of Range, RangeBuilder)</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_Web_Mvc_Fluent_RangeBuilder__ctor_C1_Web_Mvc_Range_" data-uid="C1.Web.Mvc.Fluent.RangeBuilder.#ctor(C1.Web.Mvc.Range)">
          <a class="xref" href="C1.Web.Mvc.Fluent.RangeBuilder.-ctor.html#C1_Web_Mvc_Fluent_RangeBuilder__ctor_C1_Web_Mvc_Range_">RangeBuilder(Range)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.RangeBuilder.html">RangeBuilder</a> instance to configurate <code class="paramref">obj</code>.</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_Web_Mvc_Fluent_RangeBuilder_Color_System_String_" data-uid="C1.Web.Mvc.Fluent.RangeBuilder.Color(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.RangeBuilder.Color.html#C1_Web_Mvc_Fluent_RangeBuilder_Color_System_String_">Color(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the Color property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_RangeBuilder_Max_System_Double_" data-uid="C1.Web.Mvc.Fluent.RangeBuilder.Max(System.Double)">
          <a class="xref" href="C1.Web.Mvc.Fluent.RangeBuilder.Max.html#C1_Web_Mvc_Fluent_RangeBuilder_Max_System_Double_">Max(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Range.Max.html#C1_Web_Mvc_Range_Max">Max</a>.
Sets the maximum value for this range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_RangeBuilder_Min_System_Double_" data-uid="C1.Web.Mvc.Fluent.RangeBuilder.Min(System.Double)">
          <a class="xref" href="C1.Web.Mvc.Fluent.RangeBuilder.Min.html#C1_Web_Mvc_Fluent_RangeBuilder_Min_System_Double_">Min(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Range.Min.html#C1_Web_Mvc_Range_Min">Min</a>.
Sets the minimum value for this range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_RangeBuilder_Name_System_String_" data-uid="C1.Web.Mvc.Fluent.RangeBuilder.Name(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.RangeBuilder.Name.html#C1_Web_Mvc_Fluent_RangeBuilder_Name_System_String_">Name(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Range.Name.html#C1_Web_Mvc_Range_Name">Name</a>.
Sets whether the name of this Range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_RangeBuilder_OnClientPropertyChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.RangeBuilder.OnClientPropertyChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.RangeBuilder.OnClientPropertyChanged.html#C1_Web_Mvc_Fluent_RangeBuilder_OnClientPropertyChanged_System_String_">OnClientPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Range.OnClientPropertyChanged.html#C1_Web_Mvc_Range_OnClientPropertyChanged">OnClientPropertyChanged</a> client event.
Sets the maximum distance from the element to display the tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_RangeBuilder_Thickness_System_Double_" data-uid="C1.Web.Mvc.Fluent.RangeBuilder.Thickness(System.Double)">
          <a class="xref" href="C1.Web.Mvc.Fluent.RangeBuilder.Thickness.html#C1_Web_Mvc_Fluent_RangeBuilder_Thickness_System_Double_">Thickness(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Range.Thickness.html#C1_Web_Mvc_Range_Thickness">Thickness</a>.
Sets the thickness of this range as a percentage of the parent gauge's thickness.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
