# GrapeCity.Documents.Word.GradientFill.TileRectangle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_GradientFill_TileRectangle_" data-uid="GrapeCity.Documents.Word.GradientFill.TileRectangle*">TileRectangle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_GradientFill_TileRectangle_" data-uid="GrapeCity.Documents.Word.GradientFill.TileRectangle*"></a>
<h4 id="GrapeCity_Documents_Word_GradientFill_TileRectangle" data-uid="GrapeCity.Documents.Word.GradientFill.TileRectangle">TileRectangle</h4>
<div class="markdown level1 summary"><p>Gets a rectangular region of the object to which the gradient is applied.</p>
<p>This region is then tiled across the remaining area of the object to complete the fill.</p>
<p>The tile rectangle is defined by percentage offsets from the sides of the shape's bounding box.</p>
<p>Each edge of the tile rectangle is defined by a percentage offset from the corresponding edge of the bounding box.</p>
<p>A positive percentage specifies an inset, while a negative percentage specifies an outset. </p>
<p>This property has 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_Rectangle">Rectangle</a> or <a class="xref" href="GrapeCity.Documents.Word.GradientType.html#GrapeCity_Documents_Word_GradientType_Circle">Circle</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 TileRectangle { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property TileRectangle As EdgeExtent</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_GradientFill_TileRectangle_examples">Examples</h5>
<p>A left offset of 25% specifies that the left edge of the tile rectangle is located to the right of the bounding box's left edge by an amount equal to 25% of the bounding box's width.</p>

</div>
