# C1.Win.Gauge.C1GaugeRectangle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1GaugeRectangle" data-uid="C1.Win.Gauge.C1GaugeRectangle" class="text-break">C1GaugeRectangle Class
</h1>
  <div class="markdown level0 summary"><p>Draws a filled rectangle.</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">C1GaugeRectangle</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_C1GaugeRectangle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1GaugeRectangle : C1GaugeFilledShape, ICloneable, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1GaugeRectangle
    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_C1GaugeRectangle__ctor" data-uid="C1.Win.Gauge.C1GaugeRectangle.#ctor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeRectangle.-ctor.html#C1_Win_Gauge_C1GaugeRectangle__ctor">C1GaugeRectangle()</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_C1GaugeRectangle_CornerRadius" data-uid="C1.Win.Gauge.C1GaugeRectangle.CornerRadius">
          <a class="xref" href="C1.Win.Gauge.C1GaugeRectangle.CornerRadius.html#C1_Win_Gauge_C1GaugeRectangle_CornerRadius">CornerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default radius for the rectangle corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRectangle_Height" data-uid="C1.Win.Gauge.C1GaugeRectangle.Height">
          <a class="xref" href="C1.Win.Gauge.C1GaugeRectangle.Height.html#C1_Win_Gauge_C1GaugeRectangle_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logical (positive) or fraction-based (negative) height of the rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRectangle_LeftBottom" data-uid="C1.Win.Gauge.C1GaugeRectangle.LeftBottom">
          <a class="xref" href="C1.Win.Gauge.C1GaugeRectangle.LeftBottom.html#C1_Win_Gauge_C1GaugeRectangle_LeftBottom">LeftBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius for the left bottom corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRectangle_LeftTop" data-uid="C1.Win.Gauge.C1GaugeRectangle.LeftTop">
          <a class="xref" href="C1.Win.Gauge.C1GaugeRectangle.LeftTop.html#C1_Win_Gauge_C1GaugeRectangle_LeftTop">LeftTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius for the left top corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRectangle_RightBottom" data-uid="C1.Win.Gauge.C1GaugeRectangle.RightBottom">
          <a class="xref" href="C1.Win.Gauge.C1GaugeRectangle.RightBottom.html#C1_Win_Gauge_C1GaugeRectangle_RightBottom">RightBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius for the right bottom corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRectangle_RightTop" data-uid="C1.Win.Gauge.C1GaugeRectangle.RightTop">
          <a class="xref" href="C1.Win.Gauge.C1GaugeRectangle.RightTop.html#C1_Win_Gauge_C1GaugeRectangle_RightTop">RightTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius for the right top corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRectangle_RotateAngle" data-uid="C1.Win.Gauge.C1GaugeRectangle.RotateAngle">
          <a class="xref" href="C1.Win.Gauge.C1GaugeRectangle.RotateAngle.html#C1_Win_Gauge_C1GaugeRectangle_RotateAngle">RotateAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation angle (pivot point is at the center of the rectangle).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRectangle_SlantAngle" data-uid="C1.Win.Gauge.C1GaugeRectangle.SlantAngle">
          <a class="xref" href="C1.Win.Gauge.C1GaugeRectangle.SlantAngle.html#C1_Win_Gauge_C1GaugeRectangle_SlantAngle">SlantAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the slant angle of the left side (or both sides).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRectangle_SlantAngle2" data-uid="C1.Win.Gauge.C1GaugeRectangle.SlantAngle2">
          <a class="xref" href="C1.Win.Gauge.C1GaugeRectangle.SlantAngle2.html#C1_Win_Gauge_C1GaugeRectangle_SlantAngle2">SlantAngle2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the slant angle of the right side.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeRectangle_Width" data-uid="C1.Win.Gauge.C1GaugeRectangle.Width">
          <a class="xref" href="C1.Win.Gauge.C1GaugeRectangle.Width.html#C1_Win_Gauge_C1GaugeRectangle_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logical (positive) or fraction-based (negative) width of the rectangle.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
