# C1.C1Preview.EllipsePartProps

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_EllipsePartProps" data-uid="C1.C1Preview.EllipsePartProps" class="text-break">EllipsePartProps Class
</h1>
  <div class="markdown level0 summary"><p>Represents the geometric properties of a pie.
Used by <a class="xref" href="C1.C1Preview.RenderPie.html">RenderPie</a> class.</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.C1Preview.ShapeProps.html">ShapeProps</a></div>
    <div class="level2"><a class="xref" href="C1.C1Preview.RectangleProps.html">RectangleProps</a></div>
    <div class="level3"><span class="xref">EllipsePartProps</span></div>
      <div class="level4"><a class="xref" href="C1.C1Preview.ArcProps.html">ArcProps</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_EllipsePartProps_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EllipsePartProps : RectangleProps</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class EllipsePartProps
    Inherits RectangleProps</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_C1Preview_EllipsePartProps__ctor" data-uid="C1.C1Preview.EllipsePartProps.#ctor">
          <a class="xref" href="C1.C1Preview.EllipsePartProps.-ctor.html#C1_C1Preview_EllipsePartProps__ctor">EllipsePartProps()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.EllipsePartProps.html">EllipsePartProps</a> class.
<a class="xref" href="C1.C1Preview.EllipsePartProps.StartAngle.html#C1_C1Preview_EllipsePartProps_StartAngle">StartAngle</a> is set to 0, while <a class="xref" href="C1.C1Preview.EllipsePartProps.SweepAngle.html#C1_C1Preview_EllipsePartProps_SweepAngle">SweepAngle</a> is set to 360 degrees,
thus making this a complete ellipse.
The location and size of the ellipse are set to those of the containing object.</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_C1Preview_EllipsePartProps_StartAngle" data-uid="C1.C1Preview.EllipsePartProps.StartAngle">
          <a class="xref" href="C1.C1Preview.EllipsePartProps.StartAngle.html#C1_C1Preview_EllipsePartProps_StartAngle">StartAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle, measured in degrees, clockwise from the <b>X</b> axis
to the first side of the sector defining the current shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_EllipsePartProps_SweepAngle" data-uid="C1.C1Preview.EllipsePartProps.SweepAngle">
          <a class="xref" href="C1.C1Preview.EllipsePartProps.SweepAngle.html#C1_C1Preview_EllipsePartProps_SweepAngle">SweepAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle, measured in degrees, clockwise from <a class="xref" href="C1.C1Preview.EllipsePartProps.StartAngle.html#C1_C1Preview_EllipsePartProps_StartAngle">StartAngle</a>
to the second side of the sector defining the current shape.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_EllipsePartProps_AssignFrom_C1_C1Preview_ShapeProps_" data-uid="C1.C1Preview.EllipsePartProps.AssignFrom(C1.C1Preview.ShapeProps)">
          <a class="xref" href="C1.C1Preview.EllipsePartProps.AssignFrom.html#C1_C1Preview_EllipsePartProps_AssignFrom_C1_C1Preview_ShapeProps_">AssignFrom(ShapeProps)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.C1Preview.ShapeProps.html">ShapeProps</a> to the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
