# C1.C1Preview.PolygonProps

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_PolygonProps" data-uid="C1.C1Preview.PolygonProps" class="text-break">PolygonProps Class
</h1>
  <div class="markdown level0 summary"><p>Represents the geometric properties of a <a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a> object.</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.LinePropsBase.html">LinePropsBase</a></div>
    <div class="level3"><span class="xref">PolygonProps</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_PolygonProps_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PolygonProps : LinePropsBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PolygonProps
    Inherits LinePropsBase</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_PolygonProps__ctor" data-uid="C1.C1Preview.PolygonProps.#ctor">
          <a class="xref" href="C1.C1Preview.PolygonProps.-ctor.html#C1_C1Preview_PolygonProps__ctor">PolygonProps()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.PolygonProps.html">PolygonProps</a> class.
The <a class="xref" href="C1.C1Preview.PolygonProps.Points.html#C1_C1Preview_PolygonProps_Points">Points</a> property is set to <b>null</b>.</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_PolygonProps_Closed" data-uid="C1.C1Preview.PolygonProps.Closed">
          <a class="xref" href="C1.C1Preview.PolygonProps.Closed.html#C1_C1Preview_PolygonProps_Closed">Closed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the polygon is closed
(i.e. the last point in the <a class="xref" href="C1.C1Preview.PolygonProps.Points.html#C1_C1Preview_PolygonProps_Points">Points</a> array is automatically connected to the first one)
or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PolygonProps_Points" data-uid="C1.C1Preview.PolygonProps.Points">
          <a class="xref" href="C1.C1Preview.PolygonProps.Points.html#C1_C1Preview_PolygonProps_Points">Points</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array of <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> points
defining the polygon.</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_PolygonProps_AssignFrom_C1_C1Preview_ShapeProps_" data-uid="C1.C1Preview.PolygonProps.AssignFrom(C1.C1Preview.ShapeProps)">
          <a class="xref" href="C1.C1Preview.PolygonProps.AssignFrom.html#C1_C1Preview_PolygonProps_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>
