# GrapeCity.Documents.Word.OMathPhantom.Transparent

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_OMathPhantom_Transparent_" data-uid="GrapeCity.Documents.Word.OMathPhantom.Transparent*">Transparent Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_OMathPhantom_Transparent_" data-uid="GrapeCity.Documents.Word.OMathPhantom.Transparent*"></a>
<h4 id="GrapeCity_Documents_Word_OMathPhantom_Transparent" data-uid="GrapeCity.Documents.Word.OMathPhantom.Transparent">Transparent</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the phantom is transparent for spacing.</p>
<p>This means that if the contents of the phantom belong to a special spacing class (such as binary operators, relational operators, differentials, etc.), 
the contents of that phantom are taken into consideration when laying out text. If transparency is turned off, then the contents of the phantom are ignored during layout.
</p>
<p>The default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p> 
<p>In Microsoft Word, if transparency is off, special spacing is not added before and after the phantom, but the contents are not ignored during layout.</p>
<p>In Microsoft Word, transparency does not work as specified unless the phantom contains another math function and does not start or end with a math operator.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Transparent { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Transparent As Boolean</code></pre>
</div>
</div>
