# GrapeCity.Documents.Word.GradientFill.FillRectangle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_GradientFill_FillRectangle_" data-uid="GrapeCity.Documents.Word.GradientFill.FillRectangle*">FillRectangle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_GradientFill_FillRectangle_" data-uid="GrapeCity.Documents.Word.GradientFill.FillRectangle*"></a>
<h4 id="GrapeCity_Documents_Word_GradientFill_FillRectangle" data-uid="GrapeCity.Documents.Word.GradientFill.FillRectangle">FillRectangle</h4>
<div class="markdown level1 summary"><p>Gets the &quot;focus&quot; rectangle for the center shade, specified relative to the fill tile rectangle.</p>
<p>The center shade fills the entire tile except the margins specified by each property.</p>
<p>Each edge of the center shade rectangle is defined by a percentage offset from the corresponding edge of the tile rectangle.</p>
<p>A positive percentage specifies an inset, while a negative percentage specifies an outset.</p>
<p>This property has NO effect if the <a class="xref" href="GrapeCity.Documents.Word.GradientFill.Type.html#GrapeCity_Documents_Word_GradientFill_Type">Type</a> property is <a class="xref" href="GrapeCity.Documents.Word.GradientType.html#GrapeCity_Documents_Word_GradientType_Linear">Linear</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public EdgeExtent FillRectangle { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property FillRectangle As EdgeExtent</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_GradientFill_FillRectangle_examples">Examples</h5>
<p>A left offset of 25% specifies that the left edge of the center shade rectangle is located to the right of the tile rectangle's left edge by an amount equal to 25% of the tile rectangle's width.</p>

</div>
