# C1.Web.Mvc.Range

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Range" data-uid="C1.Web.Mvc.Range" class="text-break">Range Class
</h1>
  <div class="markdown level0 summary"><p>Defines ranges to be used with Gauge controls.</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">Range</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Range_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Range</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Range</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_Range__ctor" data-uid="C1.Web.Mvc.Range.#ctor">
          <a class="xref" href="C1.Web.Mvc.Range.-ctor.html#C1_Web_Mvc_Range__ctor">Range()</a>
        </td>
        <td class="markdown level1 summary"></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_Web_Mvc_Range_Color" data-uid="C1.Web.Mvc.Range.Color">
          <a class="xref" href="C1.Web.Mvc.Range.Color.html#C1_Web_Mvc_Range_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to display this range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Range_Max" data-uid="C1.Web.Mvc.Range.Max">
          <a class="xref" href="C1.Web.Mvc.Range.Max.html#C1_Web_Mvc_Range_Max">Max</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value for this range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Range_Min" data-uid="C1.Web.Mvc.Range.Min">
          <a class="xref" href="C1.Web.Mvc.Range.Min.html#C1_Web_Mvc_Range_Min">Min</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value for this range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Range_Name" data-uid="C1.Web.Mvc.Range.Name">
          <a class="xref" href="C1.Web.Mvc.Range.Name.html#C1_Web_Mvc_Range_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the name of this Range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Range_OnClientPropertyChanged" data-uid="C1.Web.Mvc.Range.OnClientPropertyChanged">
          <a class="xref" href="C1.Web.Mvc.Range.OnClientPropertyChanged.html#C1_Web_Mvc_Range_OnClientPropertyChanged">OnClientPropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum distance from the element to display the tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Range_Thickness" data-uid="C1.Web.Mvc.Range.Thickness">
          <a class="xref" href="C1.Web.Mvc.Range.Thickness.html#C1_Web_Mvc_Range_Thickness">Thickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of this range as a percentage of the parent gauge's thickness.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
