# GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Core_Document_Utility_BorderLine__ctor_" data-uid="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.#ctor*">BorderLine Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Core_Document_Utility_BorderLine__ctor_" data-uid="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Core_Document_Utility_BorderLine__ctor" data-uid="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.#ctor">BorderLine()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.html">BorderLine</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 BorderLine()</code></pre>
</div>


<a id="GrapeCity_ActiveReports_Core_Document_Utility_BorderLine__ctor_" data-uid="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Core_Document_Utility_BorderLine__ctor_GrapeCity_ActiveReports_Document_Drawing_Drawing2D_DashStyle_System_Single_System_Drawing_Color_System_Drawing_PointF_System_Drawing_PointF_" data-uid="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.#ctor(GrapeCity.ActiveReports.Document.Drawing.Drawing2D.DashStyle,System.Single,System.Drawing.Color,System.Drawing.PointF,System.Drawing.PointF)">BorderLine(DashStyle, float, Color, PointF, PointF)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.html">BorderLine</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 BorderLine(DashStyle style, float thickness, Color color, PointF ptStart, PointF ptEnd)</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="GrapeCity.ActiveReports.Document.Drawing.Drawing2D.DashStyle.html">DashStyle</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>The style of the line. For a list of valid values, see here: <a class="xref" href="GrapeCity.ActiveReports.Document.Drawing.Drawing2D.DashStyle.html">DashStyle</a></p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">thickness</span></td>
      <td><p>The thickness of the line.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">color</span></td>
      <td><p>The color of the line.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.pointf">PointF</a></td>
      <td><span class="parametername">ptStart</span></td>
      <td><p>The start point of the line.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.pointf">PointF</a></td>
      <td><span class="parametername">ptEnd</span></td>
      <td><p>The end point of the line.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
