# C1.Win.Gauge.C1GaugeClipping

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1GaugeClipping" data-uid="C1.Win.Gauge.C1GaugeClipping" class="text-break">C1GaugeClipping Class
</h1>
  <div class="markdown level0 summary"><p>Associates a clipping region with a Gauge element.</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">C1GaugeClipping</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_C1GaugeClipping_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ClippingConverter))]
public class C1GaugeClipping : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ClippingConverter))&gt;
Public Class C1GaugeClipping
    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_C1GaugeClipping__ctor" data-uid="C1.Win.Gauge.C1GaugeClipping.#ctor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeClipping.-ctor.html#C1_Win_Gauge_C1GaugeClipping__ctor">C1GaugeClipping()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Gauge.C1GaugeClipping.html">C1GaugeClipping</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeClipping__ctor_System_String_C1_Win_Gauge_C1GaugeClipOperation_System_Double_" data-uid="C1.Win.Gauge.C1GaugeClipping.#ctor(System.String,C1.Win.Gauge.C1GaugeClipOperation,System.Double)">
          <a class="xref" href="C1.Win.Gauge.C1GaugeClipping.-ctor.html#C1_Win_Gauge_C1GaugeClipping__ctor_System_String_C1_Win_Gauge_C1GaugeClipOperation_System_Double_">C1GaugeClipping(string, C1GaugeClipOperation, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Gauge.C1GaugeClipping.html">C1GaugeClipping</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_C1GaugeClipping_Operation" data-uid="C1.Win.Gauge.C1GaugeClipping.Operation">
          <a class="xref" href="C1.Win.Gauge.C1GaugeClipping.Operation.html#C1_Win_Gauge_C1GaugeClipping_Operation">Operation</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies how the source and given clipping regions are combined.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeClipping_Owner" data-uid="C1.Win.Gauge.C1GaugeClipping.Owner">
          <a class="xref" href="C1.Win.Gauge.C1GaugeClipping.Owner.html#C1_Win_Gauge_C1GaugeClipping_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner Gauge element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeClipping_ScaleFactor" data-uid="C1.Win.Gauge.C1GaugeClipping.ScaleFactor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeClipping.ScaleFactor.html#C1_Win_Gauge_C1GaugeClipping_ScaleFactor">ScaleFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scale factor for the given Shape when it is used for clipping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeClipping_ShapeName" data-uid="C1.Win.Gauge.C1GaugeClipping.ShapeName">
          <a class="xref" href="C1.Win.Gauge.C1GaugeClipping.ShapeName.html#C1_Win_Gauge_C1GaugeClipping_ShapeName">ShapeName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of a Shape that is used for clipping.</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_C1GaugeClipping_ToString" data-uid="C1.Win.Gauge.C1GaugeClipping.ToString">
          <a class="xref" href="C1.Win.Gauge.C1GaugeClipping.ToString.html#C1_Win_Gauge_C1GaugeClipping_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a String that represents the current <a class="xref" href="C1.Win.Gauge.C1GaugeClipping.html">C1GaugeClipping</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
