# GrapeCity.Documents.Word.OMathRadical.HideDegree

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_OMathRadical_HideDegree_" data-uid="GrapeCity.Documents.Word.OMathRadical.HideDegree*">HideDegree Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_OMathRadical_HideDegree_" data-uid="GrapeCity.Documents.Word.OMathRadical.HideDegree*"></a>
<h4 id="GrapeCity_Documents_Word_OMathRadical_HideDegree" data-uid="GrapeCity.Documents.Word.OMathRadical.HideDegree">HideDegree</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool HideDegree { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property HideDegree As Boolean</code></pre>
</div>
</div>
