# C1.WPF.Input.StopValue

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Input_StopValue" data-uid="C1.WPF.Input.StopValue" class="text-break">StopValue Class
</h1>
  <div class="markdown level0 summary"><p>Specifies the value of a stop in <a class="xref" href="C1.WPF.Input.C1StopsSlider.html">C1StopsSlider</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">StopValue</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable">IComparable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.ispanformattable">ISpanFormattable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformattable">IFormattable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Input.html">C1.WPF.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Input.dll</h6>
  <h5 id="C1_WPF_Input_StopValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class StopValue : IComparable, INotifyPropertyChanged, ISpanFormattable, IFormattable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class StopValue
    Implements IComparable, INotifyPropertyChanged, ISpanFormattable, IFormattable</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_Input_StopValue__ctor" data-uid="C1.WPF.Input.StopValue.#ctor">
          <a class="xref" href="C1.WPF.Input.StopValue.-ctor.html#C1_WPF_Input_StopValue__ctor">StopValue()</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_Input_StopValue_Value" data-uid="C1.WPF.Input.StopValue.Value">
          <a class="xref" href="C1.WPF.Input.StopValue.Value.html#C1_WPF_Input_StopValue_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of a stop.</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_Input_StopValue_CompareTo_System_Object_" data-uid="C1.WPF.Input.StopValue.CompareTo(System.Object)">
          <a class="xref" href="C1.WPF.Input.StopValue.CompareTo.html#C1_WPF_Input_StopValue_CompareTo_System_Object_">CompareTo(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_StopValue_Equals_System_Object_" data-uid="C1.WPF.Input.StopValue.Equals(System.Object)">
          <a class="xref" href="C1.WPF.Input.StopValue.Equals.html#C1_WPF_Input_StopValue_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_StopValue_GetHashCode" data-uid="C1.WPF.Input.StopValue.GetHashCode">
          <a class="xref" href="C1.WPF.Input.StopValue.GetHashCode.html#C1_WPF_Input_StopValue_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_StopValue_ToString" data-uid="C1.WPF.Input.StopValue.ToString">
          <a class="xref" href="C1.WPF.Input.StopValue.ToString.html#C1_WPF_Input_StopValue_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_StopValue_ToString_System_String_System_IFormatProvider_" data-uid="C1.WPF.Input.StopValue.ToString(System.String,System.IFormatProvider)">
          <a class="xref" href="C1.WPF.Input.StopValue.ToString.html#C1_WPF_Input_StopValue_ToString_System_String_System_IFormatProvider_">ToString(string, IFormatProvider)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_StopValue_TryFormat_System_Span_System_Char__System_Int32__System_ReadOnlySpan_System_Char__System_IFormatProvider_" data-uid="C1.WPF.Input.StopValue.TryFormat(System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
          <a class="xref" href="C1.WPF.Input.StopValue.TryFormat.html#C1_WPF_Input_StopValue_TryFormat_System_Span_System_Char__System_Int32__System_ReadOnlySpan_System_Char__System_IFormatProvider_">TryFormat(Span&lt;char&gt;, out int, ReadOnlySpan&lt;char&gt;, IFormatProvider)</a>
        </td>
        <td class="markdown level1 summary"></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_Input_StopValue_PropertyChanged" data-uid="C1.WPF.Input.StopValue.PropertyChanged">
          <a class="xref" href="C1.WPF.Input.StopValue.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a property changes.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Input_StopValue_op_Implicit_C1_WPF_Input_StopValue__System_Double" data-uid="C1.WPF.Input.StopValue.op_Implicit(C1.WPF.Input.StopValue)~System.Double">
          <a class="xref" href="C1.WPF.Input.StopValue.op_Implicit.html#C1_WPF_Input_StopValue_op_Implicit_C1_WPF_Input_StopValue__System_Double">implicit operator double(StopValue)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_StopValue_op_Implicit_System_Double__C1_WPF_Input_StopValue" data-uid="C1.WPF.Input.StopValue.op_Implicit(System.Double)~C1.WPF.Input.StopValue">
          <a class="xref" href="C1.WPF.Input.StopValue.op_Implicit.html#C1_WPF_Input_StopValue_op_Implicit_System_Double__C1_WPF_Input_StopValue">implicit operator StopValue(double)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
