# C1.Win.Gauge.C1GaugeSector

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1GaugeSector" data-uid="C1.Win.Gauge.C1GaugeSector" class="text-break">C1GaugeSector Class
</h1>
  <div class="markdown level0 summary"><p>Draws a filled circular sector.</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">C1GaugeSector</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_C1GaugeSector_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1GaugeSector : C1GaugeFilledShape, ICloneable, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1GaugeSector
    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_C1GaugeSector__ctor" data-uid="C1.Win.Gauge.C1GaugeSector.#ctor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSector.-ctor.html#C1_Win_Gauge_C1GaugeSector__ctor">C1GaugeSector()</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_C1GaugeSector_CenterRadius" data-uid="C1.Win.Gauge.C1GaugeSector.CenterRadius">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSector.CenterRadius.html#C1_Win_Gauge_C1GaugeSector_CenterRadius">CenterRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logical radius of the sector center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSector_CornerRadius" data-uid="C1.Win.Gauge.C1GaugeSector.CornerRadius">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSector.CornerRadius.html#C1_Win_Gauge_C1GaugeSector_CornerRadius">CornerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius for the sector corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSector_InnerOffset" data-uid="C1.Win.Gauge.C1GaugeSector.InnerOffset">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSector.InnerOffset.html#C1_Win_Gauge_C1GaugeSector_InnerOffset">InnerOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logical offset of the inner circle (if the <a class="xref" href="C1.Win.Gauge.C1GaugeSector.SweepAngle.html#C1_Win_Gauge_C1GaugeSector_SweepAngle">SweepAngle</a> is less than 180 degrees).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSector_InnerRadius" data-uid="C1.Win.Gauge.C1GaugeSector.InnerRadius">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSector.InnerRadius.html#C1_Win_Gauge_C1GaugeSector_InnerRadius">InnerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logical inner radius of the sector.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSector_OuterRadius" data-uid="C1.Win.Gauge.C1GaugeSector.OuterRadius">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSector.OuterRadius.html#C1_Win_Gauge_C1GaugeSector_OuterRadius">OuterRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logical outer radius of the sector.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSector_StartAngle" data-uid="C1.Win.Gauge.C1GaugeSector.StartAngle">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSector.StartAngle.html#C1_Win_Gauge_C1GaugeSector_StartAngle">StartAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Start angle for the <a class="xref" href="C1.Win.Gauge.C1GaugeSector.html">C1GaugeSector</a>. 0 is the topmost point of the circumference.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSector_SweepAngle" data-uid="C1.Win.Gauge.C1GaugeSector.SweepAngle">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSector.SweepAngle.html#C1_Win_Gauge_C1GaugeSector_SweepAngle">SweepAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Sweep angle for the <a class="xref" href="C1.Win.Gauge.C1GaugeSector.html">C1GaugeSector</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
