# GrapeCity.Documents.Word.OMathRadical

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OMathRadical" data-uid="GrapeCity.Documents.Word.OMathRadical" class="text-break">OMathRadical Class
</h1>
  <div class="markdown level0 summary"><p>Represents a radical Office Math structure, which consists of a radical character, a base element, and an optional degree 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">OMathRadical</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_OMathRadical_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OMathRadical : OMathStruct, IBrowsable&lt;OMathStruct&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OMathRadical
    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_OMathRadical_Degree" data-uid="GrapeCity.Documents.Word.OMathRadical.Degree">
          <a class="xref" href="GrapeCity.Documents.Word.OMathRadical.Degree.html#GrapeCity_Documents_Word_OMathRadical_Degree">Degree</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the degree <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> of the structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathRadical_HideDegree" data-uid="GrapeCity.Documents.Word.OMathRadical.HideDegree">
          <a class="xref" href="GrapeCity.Documents.Word.OMathRadical.HideDegree.html#GrapeCity_Documents_Word_OMathRadical_HideDegree">HideDegree</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the <a class="xref" href="GrapeCity.Documents.Word.OMathRadical.Degree.html#GrapeCity_Documents_Word_OMathRadical_Degree">Degree</a> element does not appear.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p> 
<p>Is this property is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> and the <a class="xref" href="GrapeCity.Documents.Word.OMathRadical.Degree.html#GrapeCity_Documents_Word_OMathRadical_Degree">Degree</a> element is not empty Microsoft Word displays the contents of the degree in an unexpected place.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathRadical_Radicand" data-uid="GrapeCity.Documents.Word.OMathRadical.Radicand">
          <a class="xref" href="GrapeCity.Documents.Word.OMathRadical.Radicand.html#GrapeCity_Documents_Word_OMathRadical_Radicand">Radicand</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the radicand <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> of the structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathRadical_StructType" data-uid="GrapeCity.Documents.Word.OMathRadical.StructType">
          <a class="xref" href="GrapeCity.Documents.Word.OMathRadical.StructType.html#GrapeCity_Documents_Word_OMathRadical_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>
