# C1.Win.Gauge.C1GaugeSegment

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1GaugeSegment" data-uid="C1.Win.Gauge.C1GaugeSegment" class="text-break">C1GaugeSegment Class
</h1>
  <div class="markdown level0 summary"><p>Draws a filled circular segment.</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">C1GaugeSegment</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_C1GaugeSegment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1GaugeSegment : C1GaugeFilledShape, ICloneable, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1GaugeSegment
    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_C1GaugeSegment__ctor" data-uid="C1.Win.Gauge.C1GaugeSegment.#ctor">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSegment.-ctor.html#C1_Win_Gauge_C1GaugeSegment__ctor">C1GaugeSegment()</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_C1GaugeSegment_CornerRadius" data-uid="C1.Win.Gauge.C1GaugeSegment.CornerRadius">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSegment.CornerRadius.html#C1_Win_Gauge_C1GaugeSegment_CornerRadius">CornerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius for the segment corners.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSegment_InnerRadius" data-uid="C1.Win.Gauge.C1GaugeSegment.InnerRadius">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSegment.InnerRadius.html#C1_Win_Gauge_C1GaugeSegment_InnerRadius">InnerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radius of the 'chord' line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSegment_OuterRadius" data-uid="C1.Win.Gauge.C1GaugeSegment.OuterRadius">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSegment.OuterRadius.html#C1_Win_Gauge_C1GaugeSegment_OuterRadius">OuterRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logical radius of the circular segment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSegment_StartAngle" data-uid="C1.Win.Gauge.C1GaugeSegment.StartAngle">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSegment.StartAngle.html#C1_Win_Gauge_C1GaugeSegment_StartAngle">StartAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Start angle for the <a class="xref" href="C1.Win.Gauge.C1GaugeSegment.html">C1GaugeSegment</a>. 0 is the topmost point of the circumference.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1GaugeSegment_SweepAngle" data-uid="C1.Win.Gauge.C1GaugeSegment.SweepAngle">
          <a class="xref" href="C1.Win.Gauge.C1GaugeSegment.SweepAngle.html#C1_Win_Gauge_C1GaugeSegment_SweepAngle">SweepAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Sweep angle for the <a class="xref" href="C1.Win.Gauge.C1GaugeSegment.html">C1GaugeSegment</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
