# C1.Win.Gauge.C1GaugeDecorator

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1GaugeDecorator" data-uid="C1.Win.Gauge.C1GaugeDecorator" class="text-break">C1GaugeDecorator Class
</h1>
  <div class="markdown level0 summary"><p>Base class for all the Gauge decorators.</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">C1GaugeDecorator</span></div>
      <div class="level2"><a class="xref" href="C1.Win.Gauge.C1GaugeMultivalueDecorator.html">C1GaugeMultivalueDecorator</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Gauge.C1GaugeSingleLabel.html">C1GaugeSingleLabel</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Gauge.C1GaugeSingleMark.html">C1GaugeSingleMark</a></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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icustomtypedescriptor">ICustomTypeDescriptor</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_C1GaugeDecorator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1GaugeDecorator : ICloneable, IDisposable, ICustomTypeDescriptor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1GaugeDecorator
    Implements ICloneable, IDisposable, ICustomTypeDescriptor</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_C1GaugeDecorator__ctor" data-uid="C1.Win.Gauge.C1GaugeDecorator.#ctor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.-ctor.html#C1_Win_Gauge_C1GaugeDecorator__ctor">C1GaugeDecorator()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the decorator.</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_C1GaugeDecorator_Alignment" data-uid="C1.Win.Gauge.C1GaugeDecorator.Alignment">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.Alignment.html#C1_Win_Gauge_C1GaugeDecorator_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Alignment of the decorator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_AlignmentOffset" data-uid="C1.Win.Gauge.C1GaugeDecorator.AlignmentOffset">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.AlignmentOffset.html#C1_Win_Gauge_C1GaugeDecorator_AlignmentOffset">AlignmentOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment offset of the decorator (in pixels).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_Clippings" data-uid="C1.Win.Gauge.C1GaugeDecorator.Clippings">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.Clippings.html#C1_Win_Gauge_C1GaugeDecorator_Clippings">Clippings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of shapes that form the clipping region.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_ColorMapName" data-uid="C1.Win.Gauge.C1GaugeDecorator.ColorMapName">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.ColorMapName.html#C1_Win_Gauge_C1GaugeDecorator_ColorMapName">ColorMapName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of template for the <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.ValueColors.html#C1_Win_Gauge_C1GaugeDecorator_ValueColors">ValueColors</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_HitTestable" data-uid="C1.Win.Gauge.C1GaugeDecorator.HitTestable">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.HitTestable.html#C1_Win_Gauge_C1GaugeDecorator_HitTestable">HitTestable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the decorator can be hit-tested.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_Location" data-uid="C1.Win.Gauge.C1GaugeDecorator.Location">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.Location.html#C1_Win_Gauge_C1GaugeDecorator_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Logical value representing the start location of the decorator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_Name" data-uid="C1.Win.Gauge.C1GaugeDecorator.Name">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.Name.html#C1_Win_Gauge_C1GaugeDecorator_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a name associated with the decorator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_Owner" data-uid="C1.Win.Gauge.C1GaugeDecorator.Owner">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.Owner.html#C1_Win_Gauge_C1GaugeDecorator_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner Gauge.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_Shadow" data-uid="C1.Win.Gauge.C1GaugeDecorator.Shadow">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.Shadow.html#C1_Win_Gauge_C1GaugeDecorator_Shadow">Shadow</a>
        </td>
        <td class="markdown level1 summary"><p>Encapsulates properties of the decorator shadow.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_ValueColorFalloff" data-uid="C1.Win.Gauge.C1GaugeDecorator.ValueColorFalloff">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.ValueColorFalloff.html#C1_Win_Gauge_C1GaugeDecorator_ValueColorFalloff">ValueColorFalloff</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the blending mode for value colors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_ValueColors" data-uid="C1.Win.Gauge.C1GaugeDecorator.ValueColors">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.ValueColors.html#C1_Win_Gauge_C1GaugeDecorator_ValueColors">ValueColors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of values with their associated colors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_ViewTag" data-uid="C1.Win.Gauge.C1GaugeDecorator.ViewTag">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.ViewTag.html#C1_Win_Gauge_C1GaugeDecorator_ViewTag">ViewTag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a digital tag identifying this element's views.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_Visible" data-uid="C1.Win.Gauge.C1GaugeDecorator.Visible">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.Visible.html#C1_Win_Gauge_C1GaugeDecorator_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the decorator is visible.</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_C1GaugeDecorator_ResetLocation" data-uid="C1.Win.Gauge.C1GaugeDecorator.ResetLocation">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.ResetLocation.html#C1_Win_Gauge_C1GaugeDecorator_ResetLocation">ResetLocation()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_ResetShadow" data-uid="C1.Win.Gauge.C1GaugeDecorator.ResetShadow">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.ResetShadow.html#C1_Win_Gauge_C1GaugeDecorator_ResetShadow">ResetShadow()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_ShouldSerializeClippings" data-uid="C1.Win.Gauge.C1GaugeDecorator.ShouldSerializeClippings">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.ShouldSerializeClippings.html#C1_Win_Gauge_C1GaugeDecorator_ShouldSerializeClippings">ShouldSerializeClippings()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_ShouldSerializeLocation" data-uid="C1.Win.Gauge.C1GaugeDecorator.ShouldSerializeLocation">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.ShouldSerializeLocation.html#C1_Win_Gauge_C1GaugeDecorator_ShouldSerializeLocation">ShouldSerializeLocation()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_ShouldSerializeShadow" data-uid="C1.Win.Gauge.C1GaugeDecorator.ShouldSerializeShadow">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.ShouldSerializeShadow.html#C1_Win_Gauge_C1GaugeDecorator_ShouldSerializeShadow">ShouldSerializeShadow()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_ShouldSerializeValueColors" data-uid="C1.Win.Gauge.C1GaugeDecorator.ShouldSerializeValueColors">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.ShouldSerializeValueColors.html#C1_Win_Gauge_C1GaugeDecorator_ShouldSerializeValueColors">ShouldSerializeValueColors()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeDecorator_ToString" data-uid="C1.Win.Gauge.C1GaugeDecorator.ToString">
          <a class="xref" href="C1.Win.Gauge.C1GaugeDecorator.ToString.html#C1_Win_Gauge_C1GaugeDecorator_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
