# GrapeCity.ActiveReports.Border.BorderMargins

## Content

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



  <h1 id="GrapeCity_ActiveReports_Border_BorderMargins" data-uid="GrapeCity.ActiveReports.Border.BorderMargins" class="text-break">Border.BorderMargins Class
</h1>
  <div class="markdown level0 summary"><p>Represents the margins of the border. Used only for Border.GetMargins().<br>
Contains the thickness of the top, left, right, and bottom borders that will be drawn
around the outside of the control.
This is used to preview the FormatBorderDialog and in AREngine to prevent
growing or shrinking sections from clipping the borders.</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">Border.BorderMargins</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.html">GrapeCity.ActiveReports</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Border_BorderMargins_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Border.BorderMargins</code></pre>
  </div>
  <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_Border_BorderMargins_Bottom" data-uid="GrapeCity.ActiveReports.Border.BorderMargins.Bottom">
          <a class="xref" href="GrapeCity.ActiveReports.Border.BorderMargins.Bottom.html#GrapeCity_ActiveReports_Border_BorderMargins_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the thickness of the Bottom border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Border_BorderMargins_Left" data-uid="GrapeCity.ActiveReports.Border.BorderMargins.Left">
          <a class="xref" href="GrapeCity.ActiveReports.Border.BorderMargins.Left.html#GrapeCity_ActiveReports_Border_BorderMargins_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the thickness of the Left border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Border_BorderMargins_Right" data-uid="GrapeCity.ActiveReports.Border.BorderMargins.Right">
          <a class="xref" href="GrapeCity.ActiveReports.Border.BorderMargins.Right.html#GrapeCity_ActiveReports_Border_BorderMargins_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the thickness of the Right border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Border_BorderMargins_Top" data-uid="GrapeCity.ActiveReports.Border.BorderMargins.Top">
          <a class="xref" href="GrapeCity.ActiveReports.Border.BorderMargins.Top.html#GrapeCity_ActiveReports_Border_BorderMargins_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the thickness of the Top border.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
