# GrapeCity.Documents.Word.ShapeSize.EffectExtent

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ShapeSize_EffectExtent_" data-uid="GrapeCity.Documents.Word.ShapeSize.EffectExtent*">EffectExtent Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ShapeSize_EffectExtent_" data-uid="GrapeCity.Documents.Word.ShapeSize.EffectExtent*"></a>
<h4 id="GrapeCity_Documents_Word_ShapeSize_EffectExtent" data-uid="GrapeCity.Documents.Word.ShapeSize.EffectExtent">EffectExtent</h4>
<div class="markdown level1 summary"><p>Gets the additional extent that is added to each edge of a shape (top, bottom, left, right)
in order to compensate for any drawing effects applied to the shape.</p>
<p>
If the shape is nested inside another shape, this value does not have any effect when displaying the object, 
but can be maintained and used if the object is subsequently ungrouped. 
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public EdgeExtent EffectExtent { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property EffectExtent As EdgeExtent</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_ShapeSize_EffectExtent_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="GrapeCity.Documents.Word.ShapeSize.Height.html#GrapeCity_Documents_Word_ShapeSize_Height">Height</a> and <a class="xref" href="GrapeCity.Documents.Word.ShapeSize.Width.html#GrapeCity_Documents_Word_ShapeSize_Width">Width</a> properties specify the size of the actual shape;
however, an object can have effects applied that change its overall size, for example a reflection and/or shadow effect.
The additional size for each edge of the shape is stored in this property,
and used to calculate the appropriate wrapping for wrap types
without a wrapping polygon and the appropriate line height for inline objects.</p>
</div>
</div>
