# C1.WPF.Tile.C1SlideTile

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Tile_C1SlideTile" data-uid="C1.WPF.Tile.C1SlideTile" class="text-break">C1SlideTile Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.WPF.Tile.C1SlideTile.html">C1SlideTile</a> control slides from front to back according to the <a class="xref" href="C1.WPF.Tile.C1SlideTile.SlideDirection.html#C1_WPF_Tile_C1SlideTile_SlideDirection">SlideDirection</a> property value.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.WPF.Tile.C1TileBase.html">C1TileBase</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.Tile.C1Tile.html">C1Tile</a></div>
    <div class="level3"><span class="xref">C1SlideTile</span></div>
  </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_C1SlideTile_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;ContentChangeAnimationUp&quot;, Type = typeof(Storyboard))]
[TemplatePart(Name = &quot;ContentChangeAnimationLeft&quot;, Type = typeof(Storyboard))]
[TemplatePart(Name = &quot;ContentChangeAnimationDown&quot;, Type = typeof(Storyboard))]
[TemplatePart(Name = &quot;ContentChangeAnimationRight&quot;, Type = typeof(Storyboard))]
public class C1SlideTile : C1Tile</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;ContentChangeAnimationUp&quot;, Type:=GetType(Storyboard))&gt;
&lt;TemplatePart(Name:=&quot;ContentChangeAnimationLeft&quot;, Type:=GetType(Storyboard))&gt;
&lt;TemplatePart(Name:=&quot;ContentChangeAnimationDown&quot;, Type:=GetType(Storyboard))&gt;
&lt;TemplatePart(Name:=&quot;ContentChangeAnimationRight&quot;, Type:=GetType(Storyboard))&gt;
Public Class C1SlideTile
    Inherits C1Tile</code></pre>
  </div>
  <h5 id="C1_WPF_Tile_C1SlideTile_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="C1.WPF.Tile.C1SlideTile.SlideDirection.html#C1_WPF_Tile_C1SlideTile_SlideDirection">SlideDirection</a> property might contain any combination of the <a class="xref" href="C1.WPF.Tile.C1SlideTile.SlideDirection.html#C1_WPF_Tile_C1SlideTile_SlideDirection">SlideDirection</a> values.
The <a class="xref" href="C1.WPF.Tile.C1Tile.html">C1Tile</a> control will randomly slide in the one of available directions.</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Tile_C1SlideTile__ctor" data-uid="C1.WPF.Tile.C1SlideTile.#ctor">
          <a class="xref" href="C1.WPF.Tile.C1SlideTile.-ctor.html#C1_WPF_Tile_C1SlideTile__ctor">C1SlideTile()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the new instance of the <a class="xref" href="C1.WPF.Tile.C1SlideTile.html">C1SlideTile</a> control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Tile_C1SlideTile_SlideDirectionProperty" data-uid="C1.WPF.Tile.C1SlideTile.SlideDirectionProperty">
          <a class="xref" href="C1.WPF.Tile.C1SlideTile.SlideDirectionProperty.html">SlideDirectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Tile.C1SlideTile.SlideDirection.html#C1_WPF_Tile_C1SlideTile_SlideDirection">SlideDirection</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Tile_C1SlideTile_SlideDirection" data-uid="C1.WPF.Tile.C1SlideTile.SlideDirection">
          <a class="xref" href="C1.WPF.Tile.C1SlideTile.SlideDirection.html#C1_WPF_Tile_C1SlideTile_SlideDirection">SlideDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.Tile.C1SlideTile.SlideDirection.html#C1_WPF_Tile_C1SlideTile_SlideDirection">SlideDirection</a> value,
determining the set of slide animations which should be applied to the current <a class="xref" href="C1.WPF.Tile.C1SlideTile.html">C1SlideTile</a> control.
This is a dependency property. The default value is SlideDirection.All.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Tile_C1SlideTile_OnApplyTemplate" data-uid="C1.WPF.Tile.C1SlideTile.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Tile.C1SlideTile.OnApplyTemplate.html#C1_WPF_Tile_C1SlideTile_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
