# C1.Win.Gauge.C1GaugeValueColor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1GaugeValueColor" data-uid="C1.Win.Gauge.C1GaugeValueColor" class="text-break">C1GaugeValueColor Class
</h1>
  <div class="markdown level0 summary"><p>Associates a value with the Color on a <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.html">C1GaugeDecorator</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">C1GaugeValueColor</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Gauge.html">C1.Win.Gauge</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Gauge.10.dll</h6>
  <h5 id="C1_Win_Gauge_C1GaugeValueColor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ValueColorConverter))]
public class C1GaugeValueColor : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ValueColorConverter))&gt;
Public Class C1GaugeValueColor
    Implements ICloneable</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_Win_Gauge_C1GaugeValueColor__ctor" data-uid="C1.Win.Gauge.C1GaugeValueColor.#ctor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.-ctor.html#C1_Win_Gauge_C1GaugeValueColor__ctor">C1GaugeValueColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.html">C1GaugeValueColor</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeValueColor__ctor_System_Double_System_Drawing_Color_System_Double_" data-uid="C1.Win.Gauge.C1GaugeValueColor.#ctor(System.Double,System.Drawing.Color,System.Double)">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.-ctor.html#C1_Win_Gauge_C1GaugeValueColor__ctor_System_Double_System_Drawing_Color_System_Double_">C1GaugeValueColor(double, Color, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.html">C1GaugeValueColor</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeValueColor__ctor_System_Double_System_Int32_System_Drawing_Color_System_Double_" data-uid="C1.Win.Gauge.C1GaugeValueColor.#ctor(System.Double,System.Int32,System.Drawing.Color,System.Double)">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.-ctor.html#C1_Win_Gauge_C1GaugeValueColor__ctor_System_Double_System_Int32_System_Drawing_Color_System_Double_">C1GaugeValueColor(double, int, Color, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.html">C1GaugeValueColor</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeValueColor__ctor_System_Double_System_Int32_System_Drawing_Color_System_Double_System_Int64_" data-uid="C1.Win.Gauge.C1GaugeValueColor.#ctor(System.Double,System.Int32,System.Drawing.Color,System.Double,System.Int64)">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.-ctor.html#C1_Win_Gauge_C1GaugeValueColor__ctor_System_Double_System_Int32_System_Drawing_Color_System_Double_System_Int64_">C1GaugeValueColor(double, int, Color, double, long)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.html">C1GaugeValueColor</a>.</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_Win_Gauge_C1GaugeValueColor_Color" data-uid="C1.Win.Gauge.C1GaugeValueColor.Color">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.Color.html#C1_Win_Gauge_C1GaugeValueColor_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Color associated with the value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeValueColor_Opacity" data-uid="C1.Win.Gauge.C1GaugeValueColor.Opacity">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.Opacity.html#C1_Win_Gauge_C1GaugeValueColor_Opacity">Opacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the opacity of the color between 0.0 (completely transparent) and 1.0 (opaque).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeValueColor_Owner" data-uid="C1.Win.Gauge.C1GaugeValueColor.Owner">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.Owner.html#C1_Win_Gauge_C1GaugeValueColor_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner Gauge element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeValueColor_PointerIndex" data-uid="C1.Win.Gauge.C1GaugeValueColor.PointerIndex">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.PointerIndex.html#C1_Win_Gauge_C1GaugeValueColor_PointerIndex">PointerIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of a Pointer that gives the value associated with this item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeValueColor_Value" data-uid="C1.Win.Gauge.C1GaugeValueColor.Value">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.Value.html#C1_Win_Gauge_C1GaugeValueColor_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value position where the associated Color appears.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeValueColor_ViewTag" data-uid="C1.Win.Gauge.C1GaugeValueColor.ViewTag">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.ViewTag.html#C1_Win_Gauge_C1GaugeValueColor_ViewTag">ViewTag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a digital tag identifying this element's views.</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_Win_Gauge_C1GaugeValueColor_ResetColor" data-uid="C1.Win.Gauge.C1GaugeValueColor.ResetColor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.ResetColor.html#C1_Win_Gauge_C1GaugeValueColor_ResetColor">ResetColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeValueColor_ShouldSerializeColor" data-uid="C1.Win.Gauge.C1GaugeValueColor.ShouldSerializeColor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.ShouldSerializeColor.html#C1_Win_Gauge_C1GaugeValueColor_ShouldSerializeColor">ShouldSerializeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeValueColor_ToString" data-uid="C1.Win.Gauge.C1GaugeValueColor.ToString">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.ToString.html#C1_Win_Gauge_C1GaugeValueColor_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a String that represents the current <a class="xref" href="C1.Win.Gauge.C1GaugeValueColor.html">C1GaugeValueColor</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
