# GrapeCity.Drawing.TileFlipMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Drawing_TileFlipMode" data-uid="GrapeCity.Drawing.TileFlipMode" class="text-break">TileFlipMode Enum
</h1>
  <div class="markdown level0 summary"><p>Represents how to flip the contents of a tile region when using it to fill a larger fill region.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Drawing.html">GrapeCity.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Drawing_TileFlipMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TileFlipMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TileFlipMode</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Drawing_TileFlipMode_Horizontal">Horizontal</td>
        <td><p>Tiles are flipped horizontally.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TileFlipMode_HorizontalAndVertical">HorizontalAndVertical</td>
        <td><p>Tiles are flipped both horizontally and vertically.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TileFlipMode_None">None</td>
        <td><p>Tiles are not flipped.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_TileFlipMode_Vertical">Vertical</td>
        <td><p>Tiles are flipped vertically.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
