# GrapeCity.Drawing.CustomLineEnd

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Drawing_CustomLineEnd" data-uid="GrapeCity.Drawing.CustomLineEnd" class="text-break">CustomLineEnd Struct
</h1>
  <div class="markdown level0 summary"><p>Represents decorations which can be added to the head or tail of a line.</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_CustomLineEnd_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct CustomLineEnd</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure CustomLineEnd</code></pre>
  </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_Drawing_CustomLineEnd_Length" data-uid="GrapeCity.Drawing.CustomLineEnd.Length">
          <a class="xref" href="GrapeCity.Drawing.CustomLineEnd.Length.html#GrapeCity_Drawing_CustomLineEnd_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the length of the custom line head of the specified line</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_CustomLineEnd_LineCapScale" data-uid="GrapeCity.Drawing.CustomLineEnd.LineCapScale">
          <a class="xref" href="GrapeCity.Drawing.CustomLineEnd.LineCapScale.html#GrapeCity_Drawing_CustomLineEnd_LineCapScale">LineCapScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the scale factor of the custom line head.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_CustomLineEnd_Type" data-uid="GrapeCity.Drawing.CustomLineEnd.Type">
          <a class="xref" href="GrapeCity.Drawing.CustomLineEnd.Type.html#GrapeCity_Drawing_CustomLineEnd_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the line end decoration of the specified line, such as a triangle or arrowhead.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_CustomLineEnd_Width" data-uid="GrapeCity.Drawing.CustomLineEnd.Width">
          <a class="xref" href="GrapeCity.Drawing.CustomLineEnd.Width.html#GrapeCity_Drawing_CustomLineEnd_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the custom line head of the specified line</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
