# GrapeCity.Documents.Word.OMathDelimiter.Shape

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_OMathDelimiter_Shape_" data-uid="GrapeCity.Documents.Word.OMathDelimiter.Shape*">Shape Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_OMathDelimiter_Shape_" data-uid="GrapeCity.Documents.Word.OMathDelimiter.Shape*"></a>
<h4 id="GrapeCity_Documents_Word_OMathDelimiter_Shape" data-uid="GrapeCity.Documents.Word.OMathDelimiter.Shape">Shape</h4>
<div class="markdown level1 summary"><p>Gets or sets the shape of delimiter characters in the delimiter structure.</p>
<p>If the <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.Grow.html#GrapeCity_Documents_Word_OMathDelimiter_Grow">Grow</a> property is set to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a> the value is always <a class="xref" href="GrapeCity.Documents.Word.OMathShapeDelimiter.html#GrapeCity_Documents_Word_OMathShapeDelimiter_Match">Match</a>.</p>
<p>Default value is <a class="xref" href="GrapeCity.Documents.Word.OMathShapeDelimiter.html#GrapeCity_Documents_Word_OMathShapeDelimiter_Centered">Centered</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public OMathShapeDelimiter Shape { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Shape As OMathShapeDelimiter</code></pre>
</div>
</div>
