# C1.Win.Gauge.C1GaugeEllipse

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1GaugeEllipse" data-uid="C1.Win.Gauge.C1GaugeEllipse" class="text-break">C1GaugeEllipse Class
</h1>
  <div class="markdown level0 summary"><p>Draws a filled ellipse.</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.C1GaugeBaseShape.html">C1GaugeBaseShape</a></div>
    <div class="level2"><a class="xref" href="C1.Win.Gauge.C1GaugeFilledShape.html">C1GaugeFilledShape</a></div>
    <div class="level3"><span class="xref">C1GaugeEllipse</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_C1GaugeEllipse_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1GaugeEllipse : C1GaugeFilledShape, ICloneable, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1GaugeEllipse
    Inherits C1GaugeFilledShape
    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_C1GaugeEllipse__ctor" data-uid="C1.Win.Gauge.C1GaugeEllipse.#ctor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeEllipse.-ctor.html#C1_Win_Gauge_C1GaugeEllipse__ctor">C1GaugeEllipse()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the shape.</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_C1GaugeEllipse_Height" data-uid="C1.Win.Gauge.C1GaugeEllipse.Height">
          <a class="xref" href="C1.Win.Gauge.C1GaugeEllipse.Height.html#C1_Win_Gauge_C1GaugeEllipse_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logical (positive) or fraction-based (negative) height of the ellipse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeEllipse_RotateAngle" data-uid="C1.Win.Gauge.C1GaugeEllipse.RotateAngle">
          <a class="xref" href="C1.Win.Gauge.C1GaugeEllipse.RotateAngle.html#C1_Win_Gauge_C1GaugeEllipse_RotateAngle">RotateAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation angle (pivot point is at the center of the ellipse).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeEllipse_Width" data-uid="C1.Win.Gauge.C1GaugeEllipse.Width">
          <a class="xref" href="C1.Win.Gauge.C1GaugeEllipse.Width.html#C1_Win_Gauge_C1GaugeEllipse_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logical (positive) or fraction-based (negative) width of the ellipse.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
