# GrapeCity.Documents.Word.Border.LineStyle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Border_LineStyle_" data-uid="GrapeCity.Documents.Word.Border.LineStyle*">LineStyle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Border_LineStyle_" data-uid="GrapeCity.Documents.Word.Border.LineStyle*"></a>
<h4 id="GrapeCity_Documents_Word_Border_LineStyle" data-uid="GrapeCity.Documents.Word.Border.LineStyle">LineStyle</h4>
<div class="markdown level1 summary"><p>Gets or sets the line style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LineStyle LineStyle { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property LineStyle As LineStyle</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_Border_LineStyle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If you set the line style to none, the line width is automatically changed to zero.
This border can either be an art border (a repeated image along the borders shall only be used for page borders)
or a line border (a line format repeated along the borders).</p>
</div>
</div>
