# GrapeCity.Documents.Word.OMathFormat.IsAlignmentPoint

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_OMathFormat_IsAlignmentPoint_" data-uid="GrapeCity.Documents.Word.OMathFormat.IsAlignmentPoint*">IsAlignmentPoint Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_OMathFormat_IsAlignmentPoint_" data-uid="GrapeCity.Documents.Word.OMathFormat.IsAlignmentPoint*"></a>
<h4 id="GrapeCity_Documents_Word_OMathFormat_IsAlignmentPoint" data-uid="GrapeCity.Documents.Word.OMathFormat.IsAlignmentPoint">IsAlignmentPoint</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the Office Math run is an alignment point.
If <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, the designated alignment points in other equations can be aligned with it.</p>
<p>If <a class="xref" href="GrapeCity.Documents.Word.OMathFormat.IsNormalText.html#GrapeCity_Documents_Word_OMathFormat_IsNormalText">IsNormalText</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, the returned value is always <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p> 
<p>The default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool IsAlignmentPoint { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property IsAlignmentPoint As Boolean</code></pre>
</div>
</div>
