# GrapeCity.Documents.Word.Border.LineWidth

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Border_LineWidth_" data-uid="GrapeCity.Documents.Word.Border.LineWidth*">LineWidth Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Border_LineWidth_" data-uid="GrapeCity.Documents.Word.Border.LineWidth*"></a>
<h4 id="GrapeCity_Documents_Word_Border_LineWidth" data-uid="GrapeCity.Documents.Word.Border.LineWidth">LineWidth</h4>
<div class="markdown level1 summary"><p>Gets or sets the border width in points.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public float LineWidth { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property LineWidth As Single</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_Border_LineWidth_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If you set line width greater than zero when line style is none, the line style is automatically changed to single line.</p>
</div>
</div>
