# C1.Win.Gauge.C1GaugeValueImage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1GaugeValueImage" data-uid="C1.Win.Gauge.C1GaugeValueImage" class="text-break">C1GaugeValueImage Class
</h1>
  <div class="markdown level0 summary"><p>Associates a value with the custom image 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">C1GaugeValueImage</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</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_C1GaugeValueImage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ValueImageConverter))]
public class C1GaugeValueImage : ICloneable, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ValueImageConverter))&gt;
Public Class C1GaugeValueImage
    Implements ICloneable, IDisposable</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_C1GaugeValueImage__ctor" data-uid="C1.Win.Gauge.C1GaugeValueImage.#ctor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.-ctor.html#C1_Win_Gauge_C1GaugeValueImage__ctor">C1GaugeValueImage()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.html">C1GaugeValueImage</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_C1GaugeValueImage_CustomImage" data-uid="C1.Win.Gauge.C1GaugeValueImage.CustomImage">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.CustomImage.html#C1_Win_Gauge_C1GaugeValueImage_CustomImage">CustomImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom image associated with this item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeValueImage_Owner" data-uid="C1.Win.Gauge.C1GaugeValueImage.Owner">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.Owner.html#C1_Win_Gauge_C1GaugeValueImage_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner Gauge element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeValueImage_PointerIndex" data-uid="C1.Win.Gauge.C1GaugeValueImage.PointerIndex">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.PointerIndex.html#C1_Win_Gauge_C1GaugeValueImage_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_C1GaugeValueImage_Value" data-uid="C1.Win.Gauge.C1GaugeValueImage.Value">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.Value.html#C1_Win_Gauge_C1GaugeValueImage_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value position where the associated image appears.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeValueImage_ViewTag" data-uid="C1.Win.Gauge.C1GaugeValueImage.ViewTag">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.ViewTag.html#C1_Win_Gauge_C1GaugeValueImage_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_C1GaugeValueImage_ResetCustomImage" data-uid="C1.Win.Gauge.C1GaugeValueImage.ResetCustomImage">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.ResetCustomImage.html#C1_Win_Gauge_C1GaugeValueImage_ResetCustomImage">ResetCustomImage()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeValueImage_ShouldSerializeCustomImage" data-uid="C1.Win.Gauge.C1GaugeValueImage.ShouldSerializeCustomImage">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.ShouldSerializeCustomImage.html#C1_Win_Gauge_C1GaugeValueImage_ShouldSerializeCustomImage">ShouldSerializeCustomImage()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeValueImage_ToString" data-uid="C1.Win.Gauge.C1GaugeValueImage.ToString">
          <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.ToString.html#C1_Win_Gauge_C1GaugeValueImage_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a String that represents the current <a class="xref" href="C1.Win.Gauge.C1GaugeValueImage.html">C1GaugeValueImage</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
