# C1.WPF.Grid.GridTreeLine

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Grid_GridTreeLine" data-uid="C1.WPF.Grid.GridTreeLine" class="text-break">GridTreeLine Enum
</h1>
  <div class="markdown level0 summary"><p>Specified the different types of tree lines.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridTreeLine_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GridTreeLine</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GridTreeLine</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="C1_WPF_Grid_GridTreeLine_HalfHorizontal">HalfHorizontal</td>
        <td><p>Horizontal line starting at the center and ending at the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridTreeLine_HalfVertical">HalfVertical</td>
        <td><p>Vertical line starting at the center and ending at the bottom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridTreeLine_Horizontal">Horizontal</td>
        <td><p>Horizontal tree-line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridTreeLine_None">None</td>
        <td><p>None tree-line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridTreeLine_NorthEastElbow">NorthEastElbow</td>
        <td><p>Elbow starting at the center-top and ending at the center-right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridTreeLine_Tee">Tee</td>
        <td><p>T tree-line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridTreeLine_Vertical">Vertical</td>
        <td><p>Vertical tree-line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridTreeLine_WeastSouthElbow">WeastSouthElbow</td>
        <td><p>Elbow starting at the center-left and ending at the center-bottom.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
