# C1.WPF.RulesManager.RulesEngineColorScaleStop

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RulesManager_RulesEngineColorScaleStop" data-uid="C1.WPF.RulesManager.RulesEngineColorScaleStop" class="text-break">RulesEngineColorScaleStop Class
</h1>
  <div class="markdown level0 summary"><p>Contains information about a stop used in <a class="xref" href="C1.WPF.RulesManager.RulesEngineColorScaleRule.html">RulesEngineColorScaleRule</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">RulesEngineColorScaleStop</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IXmlSerializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RulesManager.html">C1.WPF.RulesManager</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RulesManager.dll</h6>
  <h5 id="C1_WPF_RulesManager_RulesEngineColorScaleStop_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RulesEngineColorScaleStop : IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RulesEngineColorScaleStop
    Implements IXmlSerializable</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_WPF_RulesManager_RulesEngineColorScaleStop__ctor" data-uid="C1.WPF.RulesManager.RulesEngineColorScaleStop.#ctor">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineColorScaleStop.-ctor.html#C1_WPF_RulesManager_RulesEngineColorScaleStop__ctor">RulesEngineColorScaleStop()</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_WPF_RulesManager_RulesEngineColorScaleStop_Color" data-uid="C1.WPF.RulesManager.RulesEngineColorScaleStop.Color">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineColorScaleStop.Color.html#C1_WPF_RulesManager_RulesEngineColorScaleStop_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to interpolate the value of the item and determine the background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineColorScaleStop_Value" data-uid="C1.WPF.RulesManager.RulesEngineColorScaleStop.Value">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineColorScaleStop.Value.html#C1_WPF_RulesManager_RulesEngineColorScaleStop_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>The value used to interpolate the item value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineColorScaleStop_ValueType" data-uid="C1.WPF.RulesManager.RulesEngineColorScaleStop.ValueType">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineColorScaleStop.ValueType.html#C1_WPF_RulesManager_RulesEngineColorScaleStop_ValueType">ValueType</a>
        </td>
        <td class="markdown level1 summary"><p>The type of value in <a class="xref" href="C1.WPF.RulesManager.RulesEngineColorScaleStop.Value.html#C1_WPF_RulesManager_RulesEngineColorScaleStop_Value">Value</a> property.</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_WPF_RulesManager_RulesEngineColorScaleStop_OnStopChanged" data-uid="C1.WPF.RulesManager.RulesEngineColorScaleStop.OnStopChanged">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineColorScaleStop.OnStopChanged.html#C1_WPF_RulesManager_RulesEngineColorScaleStop_OnStopChanged">OnStopChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the definition of the stop changes.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RulesManager_RulesEngineColorScaleStop_StopChanged" data-uid="C1.WPF.RulesManager.RulesEngineColorScaleStop.StopChanged">
          <a class="xref" href="C1.WPF.RulesManager.RulesEngineColorScaleStop.StopChanged.html">StopChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Raised when the definition of the stop changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
