# C1.Document.EllipsePartShape.SweepAngle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_EllipsePartShape_SweepAngle_" data-uid="C1.Document.EllipsePartShape.SweepAngle*">SweepAngle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_EllipsePartShape_SweepAngle_" data-uid="C1.Document.EllipsePartShape.SweepAngle*"></a>
<h4 id="C1_Document_EllipsePartShape_SweepAngle" data-uid="C1.Document.EllipsePartShape.SweepAngle">SweepAngle</h4>
<div class="markdown level1 summary"><p>Gets or sets the angle, measured in degrees, clockwise from <a class="xref" href="C1.Document.EllipsePartShape.StartAngle.html#C1_Document_EllipsePartShape_StartAngle">StartAngle</a>
to the second side of the sector defining the current shape.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;EllipsePartShape.SweepAngle&quot;, &quot;Specifies the angle, measured in degrees, clockwise from StartAngle to the second side of the sector defining the current shape.&quot;)]
public float SweepAngle { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;EllipsePartShape.SweepAngle&quot;, &quot;Specifies the angle, measured in degrees, clockwise from StartAngle to the second side of the sector defining the current shape.&quot;)&gt;
Public Property SweepAngle As Single</code></pre>
</div>
</div>
