# C1.Win.Tile.SlideTransition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Tile_SlideTransition" data-uid="C1.Win.Tile.SlideTransition" class="text-break">SlideTransition Enum
</h1>
  <div class="markdown level0 summary"><p>Identifies the method of transition from one slide to another.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Tile.html">C1.Win.Tile</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TileControl.10.dll</h6>
  <h5 id="C1_Win_Tile_SlideTransition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SlideTransition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SlideTransition</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_Win_Tile_SlideTransition_Fade">Fade</td>
        <td><p>Fades the previous slide smoothly.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_SlideTransition_None">None</td>
        <td><p>Replaces slides immediately.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_SlideTransition_PushFromBottom">PushFromBottom</td>
        <td><p>Pushes the new slide from bottom to top.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_SlideTransition_PushFromLeft">PushFromLeft</td>
        <td><p>Pushes the new slide from left to right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_SlideTransition_PushFromRight">PushFromRight</td>
        <td><p>Pushes the new slide from right to left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_SlideTransition_PushFromTop">PushFromTop</td>
        <td><p>Pushes the new slide from top to bottom.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
