# C1.Win.Gauge.C1GaugeCustomImage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1GaugeCustomImage" data-uid="C1.Win.Gauge.C1GaugeCustomImage" class="text-break">C1GaugeCustomImage Class
</h1>
  <div class="markdown level0 summary"><p>Properties of the user-defined image displayed on a Gauge.</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">C1GaugeCustomImage</span></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_C1GaugeCustomImage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1GaugeCustomImage</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1GaugeCustomImage</code></pre>
  </div>
  <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_C1GaugeCustomImage_CommonImageName" data-uid="C1.Win.Gauge.C1GaugeCustomImage.CommonImageName">
          <a class="xref" href="C1.Win.Gauge.C1GaugeCustomImage.CommonImageName.html#C1_Win_Gauge_C1GaugeCustomImage_CommonImageName">CommonImageName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the image template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeCustomImage_Height" data-uid="C1.Win.Gauge.C1GaugeCustomImage.Height">
          <a class="xref" href="C1.Win.Gauge.C1GaugeCustomImage.Height.html#C1_Win_Gauge_C1GaugeCustomImage_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logical value representing the height of the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeCustomImage_Hue" data-uid="C1.Win.Gauge.C1GaugeCustomImage.Hue">
          <a class="xref" href="C1.Win.Gauge.C1GaugeCustomImage.Hue.html#C1_Win_Gauge_C1GaugeCustomImage_Hue">Hue</a>
        </td>
        <td class="markdown level1 summary"><p>Allows to modify the image hue by the specified amount (between -180 and 180).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeCustomImage_Image" data-uid="C1.Win.Gauge.C1GaugeCustomImage.Image">
          <a class="xref" href="C1.Win.Gauge.C1GaugeCustomImage.Image.html#C1_Win_Gauge_C1GaugeCustomImage_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the original image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeCustomImage_KeepAspectRatio" data-uid="C1.Win.Gauge.C1GaugeCustomImage.KeepAspectRatio">
          <a class="xref" href="C1.Win.Gauge.C1GaugeCustomImage.KeepAspectRatio.html#C1_Win_Gauge_C1GaugeCustomImage_KeepAspectRatio">KeepAspectRatio</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the image aspect ratio should be maintained.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeCustomImage_KeepSize" data-uid="C1.Win.Gauge.C1GaugeCustomImage.KeepSize">
          <a class="xref" href="C1.Win.Gauge.C1GaugeCustomImage.KeepSize.html#C1_Win_Gauge_C1GaugeCustomImage_KeepSize">KeepSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the predefined size of the image should not changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeCustomImage_Lightness" data-uid="C1.Win.Gauge.C1GaugeCustomImage.Lightness">
          <a class="xref" href="C1.Win.Gauge.C1GaugeCustomImage.Lightness.html#C1_Win_Gauge_C1GaugeCustomImage_Lightness">Lightness</a>
        </td>
        <td class="markdown level1 summary"><p>Allows to modify the image lightness by the specified amount (between -100 and 100).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeCustomImage_Opacity" data-uid="C1.Win.Gauge.C1GaugeCustomImage.Opacity">
          <a class="xref" href="C1.Win.Gauge.C1GaugeCustomImage.Opacity.html#C1_Win_Gauge_C1GaugeCustomImage_Opacity">Opacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the opacity of the image between 0.0 (completely invisible) and 1.0 (opaque).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeCustomImage_RotateFlipType" data-uid="C1.Win.Gauge.C1GaugeCustomImage.RotateFlipType">
          <a class="xref" href="C1.Win.Gauge.C1GaugeCustomImage.RotateFlipType.html#C1_Win_Gauge_C1GaugeCustomImage_RotateFlipType">RotateFlipType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the direction of an image's rotation and the axis used to flip the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeCustomImage_Saturation" data-uid="C1.Win.Gauge.C1GaugeCustomImage.Saturation">
          <a class="xref" href="C1.Win.Gauge.C1GaugeCustomImage.Saturation.html#C1_Win_Gauge_C1GaugeCustomImage_Saturation">Saturation</a>
        </td>
        <td class="markdown level1 summary"><p>Allows to modify the image saturation by the specified amount (between -100 and 100).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeCustomImage_Width" data-uid="C1.Win.Gauge.C1GaugeCustomImage.Width">
          <a class="xref" href="C1.Win.Gauge.C1GaugeCustomImage.Width.html#C1_Win_Gauge_C1GaugeCustomImage_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logical value representing the width of the image.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
