# C1.WPF.Tile.SlideDirection

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Tile_SlideDirection" data-uid="C1.WPF.Tile.SlideDirection" class="text-break">SlideDirection Enum
</h1>
  <div class="markdown level0 summary"><p>Describes the set of animation directions in the <a class="xref" href="C1.WPF.Tile.C1SlideTile.html">C1SlideTile</a> control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Tile.html">C1.WPF.Tile</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Tile.4.6.2.dll</h6>
  <h5 id="C1_WPF_Tile_SlideDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum SlideDirection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum SlideDirection</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="C1_WPF_Tile_SlideDirection_All">All</td>
        <td><p>All.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Tile_SlideDirection_Down">Down</td>
        <td><p>Top to bottom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Tile_SlideDirection_Left">Left</td>
        <td><p>Right to left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Tile_SlideDirection_Right">Right</td>
        <td><p>Left to right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Tile_SlideDirection_Up">Up</td>
        <td><p>Bottom to top.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
