# GrapeCity.Documents.Word.OMathBorderBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OMathBorderBox" data-uid="GrapeCity.Documents.Word.OMathBorderBox" class="text-break">OMathBorderBox Class
</h1>
  <div class="markdown level0 summary"><p>Represents a border box Office Math structure, which consists of a border drawn around a base element.</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"><a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a></div>
    <div class="level3"><span class="xref">OMathBorderBox</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IBrowsable-1.html">IBrowsable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_OMathBorderBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OMathBorderBox : OMathStruct, IBrowsable&lt;OMathStruct&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OMathBorderBox
    Inherits OMathStruct
    Implements IBrowsable(Of OMathStruct)</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_Documents_Word_OMathBorderBox_Base" data-uid="GrapeCity.Documents.Word.OMathBorderBox.Base">
          <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.Base.html#GrapeCity_Documents_Word_OMathBorderBox_Base">Base</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> around which the border box is drawn.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathBorderBox_HideBottom" data-uid="GrapeCity.Documents.Word.OMathBorderBox.HideBottom">
          <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.HideBottom.html#GrapeCity_Documents_Word_OMathBorderBox_HideBottom">HideBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to hide the bottom edge of the border box.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathBorderBox_HideLeft" data-uid="GrapeCity.Documents.Word.OMathBorderBox.HideLeft">
          <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.HideLeft.html#GrapeCity_Documents_Word_OMathBorderBox_HideLeft">HideLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to hide the left edge of the border box.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathBorderBox_HideRight" data-uid="GrapeCity.Documents.Word.OMathBorderBox.HideRight">
          <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.HideRight.html#GrapeCity_Documents_Word_OMathBorderBox_HideRight">HideRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to hide the right edge of the border box.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathBorderBox_HideTop" data-uid="GrapeCity.Documents.Word.OMathBorderBox.HideTop">
          <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.HideTop.html#GrapeCity_Documents_Word_OMathBorderBox_HideTop">HideTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to hide the top edge of the border box.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathBorderBox_StrikeBottomLeftToTopRight" data-uid="GrapeCity.Documents.Word.OMathBorderBox.StrikeBottomLeftToTopRight">
          <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.StrikeBottomLeftToTopRight.html#GrapeCity_Documents_Word_OMathBorderBox_StrikeBottomLeftToTopRight">StrikeBottomLeftToTopRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to show the strikethrough diagonal line from the bottom-left corner to the top-right corner of the border box.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathBorderBox_StrikeHorizontal" data-uid="GrapeCity.Documents.Word.OMathBorderBox.StrikeHorizontal">
          <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.StrikeHorizontal.html#GrapeCity_Documents_Word_OMathBorderBox_StrikeHorizontal">StrikeHorizontal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to show the strikethrough horizontal line of the border box.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathBorderBox_StrikeTopLeftToBottomRight" data-uid="GrapeCity.Documents.Word.OMathBorderBox.StrikeTopLeftToBottomRight">
          <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.StrikeTopLeftToBottomRight.html#GrapeCity_Documents_Word_OMathBorderBox_StrikeTopLeftToBottomRight">StrikeTopLeftToBottomRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to show the strikethrough diagonal line from the top-left corner to the bottom-right corner of the border box.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathBorderBox_StrikeVertical" data-uid="GrapeCity.Documents.Word.OMathBorderBox.StrikeVertical">
          <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.StrikeVertical.html#GrapeCity_Documents_Word_OMathBorderBox_StrikeVertical">StrikeVertical</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to show the strikethrough vertical line of the border box.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathBorderBox_StructType" data-uid="GrapeCity.Documents.Word.OMathBorderBox.StructType">
          <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.StructType.html#GrapeCity_Documents_Word_OMathBorderBox_StructType">StructType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.OMathStructType.html">OMathStructType</a> of the structure.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
