# C1.Win.Gauge.CommonGradient

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_CommonGradient" data-uid="C1.Win.Gauge.CommonGradient" class="text-break">CommonGradient Class
</h1>
  <div class="markdown level0 summary"><p>Defines a template for <a class="xref" href="C1.Win.Gauge.C1GaugeGradient.html">C1GaugeGradient</a> to be used in multiple elements.</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"><a class="xref" href="C1.Win.Gauge.CommonItem.html">CommonItem</a></div>
    <div class="level2"><span class="xref">CommonGradient</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_CommonGradient_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CommonGradient : CommonItem, ICloneable, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CommonGradient
    Inherits CommonItem
    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_CommonGradient__ctor" data-uid="C1.Win.Gauge.CommonGradient.#ctor">
          <a class="xref" href="C1.Win.Gauge.CommonGradient.-ctor.html#C1_Win_Gauge_CommonGradient__ctor">CommonGradient()</a>
        </td>
        <td class="markdown level1 summary"></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_CommonGradient_CenterPointX" data-uid="C1.Win.Gauge.CommonGradient.CenterPointX">
          <a class="xref" href="C1.Win.Gauge.CommonGradient.CenterPointX.html#C1_Win_Gauge_CommonGradient_CenterPointX">CenterPointX</a>
        </td>
        <td class="markdown level1 summary"><p>Fraction-based X coordinate of the radial gradient center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradient_CenterPointY" data-uid="C1.Win.Gauge.CommonGradient.CenterPointY">
          <a class="xref" href="C1.Win.Gauge.CommonGradient.CenterPointY.html#C1_Win_Gauge_CommonGradient_CenterPointY">CenterPointY</a>
        </td>
        <td class="markdown level1 summary"><p>Fraction-based Y coordinate of the radial gradient center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradient_Direction" data-uid="C1.Win.Gauge.CommonGradient.Direction">
          <a class="xref" href="C1.Win.Gauge.CommonGradient.Direction.html#C1_Win_Gauge_CommonGradient_Direction">Direction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the direction of a gradient brush.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradient_Falloff" data-uid="C1.Win.Gauge.CommonGradient.Falloff">
          <a class="xref" href="C1.Win.Gauge.CommonGradient.Falloff.html#C1_Win_Gauge_CommonGradient_Falloff">Falloff</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of a gradient falloff.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradient_Focus" data-uid="C1.Win.Gauge.CommonGradient.Focus">
          <a class="xref" href="C1.Win.Gauge.CommonGradient.Focus.html#C1_Win_Gauge_CommonGradient_Focus">Focus</a>
        </td>
        <td class="markdown level1 summary"><p>A value from 0 through 1 that specifies the point where the gradient is composed of only the ending color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradient_FocusScaleX" data-uid="C1.Win.Gauge.CommonGradient.FocusScaleX">
          <a class="xref" href="C1.Win.Gauge.CommonGradient.FocusScaleX.html#C1_Win_Gauge_CommonGradient_FocusScaleX">FocusScaleX</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the focus point X coordinate (between 0 and 1) for the radial gradient falloff.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradient_FocusScaleY" data-uid="C1.Win.Gauge.CommonGradient.FocusScaleY">
          <a class="xref" href="C1.Win.Gauge.CommonGradient.FocusScaleY.html#C1_Win_Gauge_CommonGradient_FocusScaleY">FocusScaleY</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the focus point Y coordinate (between 0 and 1) for the radial gradient falloff.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradient_ScaleX" data-uid="C1.Win.Gauge.CommonGradient.ScaleX">
          <a class="xref" href="C1.Win.Gauge.CommonGradient.ScaleX.html#C1_Win_Gauge_CommonGradient_ScaleX">ScaleX</a>
        </td>
        <td class="markdown level1 summary"><p>Scales the width of the gradient area by the specified amount (after translation).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradient_ScaleY" data-uid="C1.Win.Gauge.CommonGradient.ScaleY">
          <a class="xref" href="C1.Win.Gauge.CommonGradient.ScaleY.html#C1_Win_Gauge_CommonGradient_ScaleY">ScaleY</a>
        </td>
        <td class="markdown level1 summary"><p>Scales the height of the gradient area by the specified amount (after translation).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradient_TranslateX" data-uid="C1.Win.Gauge.CommonGradient.TranslateX">
          <a class="xref" href="C1.Win.Gauge.CommonGradient.TranslateX.html#C1_Win_Gauge_CommonGradient_TranslateX">TranslateX</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the gradient area by the specified relative amount along the X-axis (before scaling).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_CommonGradient_TranslateY" data-uid="C1.Win.Gauge.CommonGradient.TranslateY">
          <a class="xref" href="C1.Win.Gauge.CommonGradient.TranslateY.html#C1_Win_Gauge_CommonGradient_TranslateY">TranslateY</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the gradient area by the specified relative amount along the Y-axis (before scaling).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
