# C1.C1Preview.ArcProps

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_ArcProps" data-uid="C1.C1Preview.ArcProps" class="text-break">ArcProps Class
</h1>
  <div class="markdown level0 summary"><p>Represents the geometric properties of an arc.
Used by <a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</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"><a class="xref" href="C1.C1Preview.EllipsePartProps.html">EllipsePartProps</a></div>
    <div class="level4"><span class="xref">ArcProps</span></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_ArcProps_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ArcProps : EllipsePartProps</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ArcProps
    Inherits EllipsePartProps</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_ArcProps__ctor" data-uid="C1.C1Preview.ArcProps.#ctor">
          <a class="xref" href="C1.C1Preview.ArcProps.-ctor.html#C1_C1Preview_ArcProps__ctor">ArcProps()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.ArcProps.html">ArcProps</a> class.
<a class="xref" href="C1.C1Preview.ArcProps.Closed.html#C1_C1Preview_ArcProps_Closed">Closed</a> is set to false.</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_ArcProps_Closed" data-uid="C1.C1Preview.ArcProps.Closed">
          <a class="xref" href="C1.C1Preview.ArcProps.Closed.html#C1_C1Preview_ArcProps_Closed">Closed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the current arc should be closed
(i.e. the start and end points of the arc should be connected by a straight line)
or not.</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_ArcProps_AssignFrom_C1_C1Preview_ShapeProps_" data-uid="C1.C1Preview.ArcProps.AssignFrom(C1.C1Preview.ShapeProps)">
          <a class="xref" href="C1.C1Preview.ArcProps.AssignFrom.html#C1_C1Preview_ArcProps_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>
