# C1.Win.Gauge.C1GaugeGradient

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1GaugeGradient" data-uid="C1.Win.Gauge.C1GaugeGradient" class="text-break">C1GaugeGradient Class
</h1>
  <div class="markdown level0 summary"><p>Encapsulates properties of a color gradient.</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">C1GaugeGradient</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_C1GaugeGradient_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1GaugeGradient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1GaugeGradient</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_C1GaugeGradient_CenterPointX" data-uid="C1.Win.Gauge.C1GaugeGradient.CenterPointX">
          <a class="xref" href="C1.Win.Gauge.C1GaugeGradient.CenterPointX.html#C1_Win_Gauge_C1GaugeGradient_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_C1GaugeGradient_CenterPointY" data-uid="C1.Win.Gauge.C1GaugeGradient.CenterPointY">
          <a class="xref" href="C1.Win.Gauge.C1GaugeGradient.CenterPointY.html#C1_Win_Gauge_C1GaugeGradient_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_C1GaugeGradient_CommonGradientName" data-uid="C1.Win.Gauge.C1GaugeGradient.CommonGradientName">
          <a class="xref" href="C1.Win.Gauge.C1GaugeGradient.CommonGradientName.html#C1_Win_Gauge_C1GaugeGradient_CommonGradientName">CommonGradientName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the gradient template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeGradient_Direction" data-uid="C1.Win.Gauge.C1GaugeGradient.Direction">
          <a class="xref" href="C1.Win.Gauge.C1GaugeGradient.Direction.html#C1_Win_Gauge_C1GaugeGradient_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_C1GaugeGradient_Falloff" data-uid="C1.Win.Gauge.C1GaugeGradient.Falloff">
          <a class="xref" href="C1.Win.Gauge.C1GaugeGradient.Falloff.html#C1_Win_Gauge_C1GaugeGradient_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_C1GaugeGradient_Focus" data-uid="C1.Win.Gauge.C1GaugeGradient.Focus">
          <a class="xref" href="C1.Win.Gauge.C1GaugeGradient.Focus.html#C1_Win_Gauge_C1GaugeGradient_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_C1GaugeGradient_FocusScaleX" data-uid="C1.Win.Gauge.C1GaugeGradient.FocusScaleX">
          <a class="xref" href="C1.Win.Gauge.C1GaugeGradient.FocusScaleX.html#C1_Win_Gauge_C1GaugeGradient_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_C1GaugeGradient_FocusScaleY" data-uid="C1.Win.Gauge.C1GaugeGradient.FocusScaleY">
          <a class="xref" href="C1.Win.Gauge.C1GaugeGradient.FocusScaleY.html#C1_Win_Gauge_C1GaugeGradient_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_C1GaugeGradient_ScaleX" data-uid="C1.Win.Gauge.C1GaugeGradient.ScaleX">
          <a class="xref" href="C1.Win.Gauge.C1GaugeGradient.ScaleX.html#C1_Win_Gauge_C1GaugeGradient_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_C1GaugeGradient_ScaleY" data-uid="C1.Win.Gauge.C1GaugeGradient.ScaleY">
          <a class="xref" href="C1.Win.Gauge.C1GaugeGradient.ScaleY.html#C1_Win_Gauge_C1GaugeGradient_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_C1GaugeGradient_TranslateX" data-uid="C1.Win.Gauge.C1GaugeGradient.TranslateX">
          <a class="xref" href="C1.Win.Gauge.C1GaugeGradient.TranslateX.html#C1_Win_Gauge_C1GaugeGradient_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_C1GaugeGradient_TranslateY" data-uid="C1.Win.Gauge.C1GaugeGradient.TranslateY">
          <a class="xref" href="C1.Win.Gauge.C1GaugeGradient.TranslateY.html#C1_Win_Gauge_C1GaugeGradient_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>
