# GrapeCity.Documents.Word.GradientFill.TileFlip

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_GradientFill_TileFlip_" data-uid="GrapeCity.Documents.Word.GradientFill.TileFlip*">TileFlip Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_GradientFill_TileFlip_" data-uid="GrapeCity.Documents.Word.GradientFill.TileFlip*"></a>
<h4 id="GrapeCity_Documents_Word_GradientFill_TileFlip" data-uid="GrapeCity.Documents.Word.GradientFill.TileFlip">TileFlip</h4>
<div class="markdown level1 summary"><p>Gets or sets the direction(s) in which to flip the gradient while tiling.</p>
<p>Normally a gradient fill encompasses the entire bounding box of the object which contains the fill.</p>
<p>However, with the <a class="xref" href="GrapeCity.Documents.Word.GradientFill.TileRectangle.html#GrapeCity_Documents_Word_GradientFill_TileRectangle">TileRectangle</a> property, it is possible to define a "tile" rectangle which is smaller than the bounding box.</p>
<p>In this situation, the gradient fill is encompassed within the tile rectangle, and the tile rectangle is tiled across the bounding box to fill the entire area.</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 TileFlipMode TileFlip { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property TileFlip As TileFlipMode</code></pre>
</div>
</div>
