# C1.Xamarin.Forms.Core.C1PolygonIcon

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Xamarin_Forms_Core_C1PolygonIcon" data-uid="C1.Xamarin.Forms.Core.C1PolygonIcon" class="text-break">C1PolygonIcon Class
</h1>
  <div class="markdown level0 summary"><p>Represents an icon created from a vector definition.</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.Xamarin.Forms.Core.C1Icon.html">C1Icon</a></div>
    <div class="level2"><a class="xref" href="C1.Xamarin.Forms.Core.C1VectorIcon.html">C1VectorIcon</a></div>
    <div class="level3"><span class="xref">C1PolygonIcon</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Xamarin.Forms.Core.html">C1.Xamarin.Forms.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.Xamarin.Forms.Core.dll</h6>
  <h5 id="C1_Xamarin_Forms_Core_C1PolygonIcon_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1PolygonIcon : C1VectorIcon</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_Xamarin_Forms_Core_C1PolygonIcon__ctor" data-uid="C1.Xamarin.Forms.Core.C1PolygonIcon.#ctor">
          <a class="xref" href="C1.Xamarin.Forms.Core.C1PolygonIcon.-ctor.html#C1_Xamarin_Forms_Core_C1PolygonIcon__ctor">C1PolygonIcon()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Xamarin.Forms.Core.C1PolygonIcon.html">C1PolygonIcon</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Xamarin_Forms_Core_C1PolygonIcon_IsClosedProperty" data-uid="C1.Xamarin.Forms.Core.C1PolygonIcon.IsClosedProperty">
          <a class="xref" href="C1.Xamarin.Forms.Core.C1PolygonIcon.IsClosedProperty.html">IsClosedProperty</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Core_C1PolygonIcon_PointsProperty" data-uid="C1.Xamarin.Forms.Core.C1PolygonIcon.PointsProperty">
          <a class="xref" href="C1.Xamarin.Forms.Core.C1PolygonIcon.PointsProperty.html">PointsProperty</a>
        </td>
        <td class="markdown level1 summary"></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_Xamarin_Forms_Core_C1PolygonIcon_IsClosed" data-uid="C1.Xamarin.Forms.Core.C1PolygonIcon.IsClosed">
          <a class="xref" href="C1.Xamarin.Forms.Core.C1PolygonIcon.IsClosed.html#C1_Xamarin_Forms_Core_C1PolygonIcon_IsClosed">IsClosed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the last point will connect with the first one.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Core_C1PolygonIcon_Points" data-uid="C1.Xamarin.Forms.Core.C1PolygonIcon.Points">
          <a class="xref" href="C1.Xamarin.Forms.Core.C1PolygonIcon.Points.html#C1_Xamarin_Forms_Core_C1PolygonIcon_Points">Points</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the points that describe the shape.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
