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

## Content

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



  <h1 id="GrapeCity_ActiveReports_Core_Document_Utility_BorderLine" data-uid="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine" class="text-break">BorderLine Class
</h1>
  <div class="markdown level0 summary"><p>Represents the border line.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">BorderLine</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Core.Document.Utility.html">GrapeCity.ActiveReports.Core.Document.Utility</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Core_Document_Utility_BorderLine_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class BorderLine</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_Utility_BorderLine__ctor" data-uid="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.-ctor.html#GrapeCity_ActiveReports_Core_Document_Utility_BorderLine__ctor">BorderLine()</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.-ctor.html#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)</a>
        </td>
        <td 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>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_Utility_BorderLine_Color" data-uid="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.Color">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.Color.html#GrapeCity_ActiveReports_Core_Document_Utility_BorderLine_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets hte color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_Utility_BorderLine_EndPoint" data-uid="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.EndPoint">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.EndPoint.html#GrapeCity_ActiveReports_Core_Document_Utility_BorderLine_EndPoint">EndPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the end point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_Utility_BorderLine_StartPoint" data-uid="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.StartPoint">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.StartPoint.html#GrapeCity_ActiveReports_Core_Document_Utility_BorderLine_StartPoint">StartPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the start point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_Utility_BorderLine_Style" data-uid="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.Style">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.Style.html#GrapeCity_ActiveReports_Core_Document_Utility_BorderLine_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the dash style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_Utility_BorderLine_Thickness" data-uid="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.Thickness">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.Thickness.html#GrapeCity_ActiveReports_Core_Document_Utility_BorderLine_Thickness">Thickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Core_Document_Utility_BorderLine_ToString" data-uid="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Core.Document.Utility.BorderLine.ToString.html#GrapeCity_ActiveReports_Core_Document_Utility_BorderLine_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
