# GrapeCity.Documents.Word.TextFrameFormat.FitShapeToText

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_TextFrameFormat_FitShapeToText_" data-uid="GrapeCity.Documents.Word.TextFrameFormat.FitShapeToText*">FitShapeToText Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_TextFrameFormat_FitShapeToText_" data-uid="GrapeCity.Documents.Word.TextFrameFormat.FitShapeToText*"></a>
<h4 id="GrapeCity_Documents_Word_TextFrameFormat_FitShapeToText" data-uid="GrapeCity.Documents.Word.TextFrameFormat.FitShapeToText">FitShapeToText</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating that a shape should be auto-fit to fully contain the text described within it.</p>
<p>Auto-fitting is when text within a shape is scaled in order to contain all the text inside.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool FitShapeToText { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property FitShapeToText As Boolean</code></pre>
</div>
</div>
