# GrapeCity.Drawing.ArrowheadStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Drawing_ArrowheadStyle" data-uid="GrapeCity.Drawing.ArrowheadStyle" class="text-break">ArrowheadStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the shape decoration that appears at the ends of lines.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Drawing.html">GrapeCity.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Drawing_ArrowheadStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ArrowheadStyle : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ArrowheadStyle As Byte</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Drawing_ArrowheadStyle_Arrow">Arrow</td>
        <td><p>The line arrow head.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_ArrowheadStyle_Diamond">Diamond</td>
        <td><p>The diamond.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_ArrowheadStyle_None">None</td>
        <td><p>No line end.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_ArrowheadStyle_Oval">Oval</td>
        <td><p>The oval.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_ArrowheadStyle_Stealth">Stealth</td>
        <td><p>The stealth arrow head.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_ArrowheadStyle_Triangle">Triangle</td>
        <td><p>The triangle arrow head.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
