# C1.Document.LineSlantEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Document_LineSlantEnum" data-uid="C1.Document.LineSlantEnum" class="text-break">LineSlantEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Defines how line is drawn within shape.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_LineSlantEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LineSlantEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum LineSlantEnum</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_Document_LineSlantEnum_Down">Down</td>
        <td><p>Render field as a line between the left-top
and right-bottom corners of the field box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_LineSlantEnum_NoLine">NoLine</td>
        <td><p>No line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_LineSlantEnum_NoSlant">NoSlant</td>
        <td><p>Render field as a vertical line (if Height &gt; Width)
or as a horizontal line (if Width &gt; Height).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_LineSlantEnum_Up">Up</td>
        <td><p>Render field as a line between the left-bottom
and right-top corners of the field box.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
