# C1.C1Preview.Borders

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_Borders" data-uid="C1.C1Preview.Borders" class="text-break">Borders Struct
</h1>
  <div class="markdown level0 summary"><p>A structure defining the four borders around a rectangular area.
Each border is represented by a <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_Borders_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct Borders</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure Borders</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="C1_C1Preview_Borders_All" data-uid="C1.C1Preview.Borders.All">
          <a class="xref" href="C1.C1Preview.Borders.All.html#C1_C1Preview_Borders_All">All</a>
        </td>
        <td class="markdown level1 summary"><p>Sets all four borders to a single value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Borders_Bottom" data-uid="C1.C1Preview.Borders.Bottom">
          <a class="xref" href="C1.C1Preview.Borders.Bottom.html#C1_C1Preview_Borders_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Borders_BottomExpr" data-uid="C1.C1Preview.Borders.BottomExpr">
          <a class="xref" href="C1.C1Preview.Borders.BottomExpr.html#C1_C1Preview_Borders_BottomExpr">BottomExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Borders.Bottom.html#C1_C1Preview_Borders_Bottom">Bottom</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Borders_IsRound" data-uid="C1.C1Preview.Borders.IsRound">
          <a class="xref" href="C1.C1Preview.Borders.IsRound.html#C1_C1Preview_Borders_IsRound">IsRound</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the current <a class="xref" href="C1.C1Preview.Borders.html">Borders</a> structure
defines rounded borders (i.e. whether both <a class="xref" href="C1.C1Preview.Borders.RadiusX.html#C1_C1Preview_Borders_RadiusX">RadiusX</a> and
<a class="xref" href="C1.C1Preview.Borders.RadiusY.html#C1_C1Preview_Borders_RadiusY">RadiusY</a> have non-zero values).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Borders_Left" data-uid="C1.C1Preview.Borders.Left">
          <a class="xref" href="C1.C1Preview.Borders.Left.html#C1_C1Preview_Borders_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Borders_LeftExpr" data-uid="C1.C1Preview.Borders.LeftExpr">
          <a class="xref" href="C1.C1Preview.Borders.LeftExpr.html#C1_C1Preview_Borders_LeftExpr">LeftExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Borders.Left.html#C1_C1Preview_Borders_Left">Left</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Borders_RadiusX" data-uid="C1.C1Preview.Borders.RadiusX">
          <a class="xref" href="C1.C1Preview.Borders.RadiusX.html#C1_C1Preview_Borders_RadiusX">RadiusX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-radius of the ellipse used to draw the rounded corners of the border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Borders_RadiusXExpr" data-uid="C1.C1Preview.Borders.RadiusXExpr">
          <a class="xref" href="C1.C1Preview.Borders.RadiusXExpr.html#C1_C1Preview_Borders_RadiusXExpr">RadiusXExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Borders.RadiusX.html#C1_C1Preview_Borders_RadiusX">RadiusX</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Borders_RadiusY" data-uid="C1.C1Preview.Borders.RadiusY">
          <a class="xref" href="C1.C1Preview.Borders.RadiusY.html#C1_C1Preview_Borders_RadiusY">RadiusY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-radius of the ellipse used to draw the rounded corners of the border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Borders_RadiusYExpr" data-uid="C1.C1Preview.Borders.RadiusYExpr">
          <a class="xref" href="C1.C1Preview.Borders.RadiusYExpr.html#C1_C1Preview_Borders_RadiusYExpr">RadiusYExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Borders.RadiusY.html#C1_C1Preview_Borders_RadiusY">RadiusY</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Borders_Right" data-uid="C1.C1Preview.Borders.Right">
          <a class="xref" href="C1.C1Preview.Borders.Right.html#C1_C1Preview_Borders_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Borders_RightExpr" data-uid="C1.C1Preview.Borders.RightExpr">
          <a class="xref" href="C1.C1Preview.Borders.RightExpr.html#C1_C1Preview_Borders_RightExpr">RightExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Borders.Right.html#C1_C1Preview_Borders_Right">Right</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Borders_Top" data-uid="C1.C1Preview.Borders.Top">
          <a class="xref" href="C1.C1Preview.Borders.Top.html#C1_C1Preview_Borders_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Borders_TopExpr" data-uid="C1.C1Preview.Borders.TopExpr">
          <a class="xref" href="C1.C1Preview.Borders.TopExpr.html#C1_C1Preview_Borders_TopExpr">TopExpr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression used to calculate <a class="xref" href="C1.C1Preview.Borders.Top.html#C1_C1Preview_Borders_Top">Top</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
