# C1.Document.LineShape.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_LineShape__ctor_" data-uid="C1.Document.LineShape.#ctor*">LineShape Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_LineShape__ctor_" data-uid="C1.Document.LineShape.#ctor*"></a>
<h4 id="C1_Document_LineShape__ctor" data-uid="C1.Document.LineShape.#ctor">LineShape()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.LineShape.html">LineShape</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LineShape()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="C1_Document_LineShape__ctor_" data-uid="C1.Document.LineShape.#ctor*"></a>
<h4 id="C1_Document_LineShape__ctor_C1_Document_LineSlantEnum_" data-uid="C1.Document.LineShape.#ctor(C1.Document.LineSlantEnum)">LineShape(LineSlantEnum)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.LineShape.html">LineShape</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LineShape(LineSlantEnum lineSlant)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(lineSlant As LineSlantEnum)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Document.LineSlantEnum.html">LineSlantEnum</a></td>
      <td><span class="parametername">lineSlant</span></td>
      <td><p>The value of <a class="xref" href="C1.Document.LineShape.LineSlant.html#C1_Document_LineShape_LineSlant">LineSlant</a> property.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
