# GrapeCity.Spreadsheet.Drawing.IShapeNode

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_IShapeNode" data-uid="GrapeCity.Spreadsheet.Drawing.IShapeNode" class="text-break">IShapeNode Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the geometry and the geometry-editing properties of the nodes in a user-defined freeform.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_IShapeNode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IShapeNode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IShapeNode</code></pre>
  </div>
  <h5 id="GrapeCity_Spreadsheet_Drawing_IShapeNode_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Nodes include the vertices between the segments of the freeform and the control points for curved segments.</p>
</div>
  <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="GrapeCity_Spreadsheet_Drawing_IShapeNode_EditingType" data-uid="GrapeCity.Spreadsheet.Drawing.IShapeNode.EditingType">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShapeNode.EditingType.html#GrapeCity_Spreadsheet_Drawing_IShapeNode_EditingType">EditingType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value that indicates how changes made to the node affect the two segments connected to the node.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShapeNode_Points" data-uid="GrapeCity.Spreadsheet.Drawing.IShapeNode.Points">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShapeNode.Points.html#GrapeCity_Spreadsheet_Drawing_IShapeNode_Points">Points</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the specified node as a coordinate pair. Each coordinate is expressed in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IShapeNode_SegmentType" data-uid="GrapeCity.Spreadsheet.Drawing.IShapeNode.SegmentType">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShapeNode.SegmentType.html#GrapeCity_Spreadsheet_Drawing_IShapeNode_SegmentType">SegmentType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value that indicates whether the segment associated with the specified node is straight or curved.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
