# C1.Win.Tile.Slide

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Tile_Slide" data-uid="C1.Win.Tile.Slide" class="text-break">Slide Class
</h1>
  <div class="markdown level0 summary"><p>Defines a slide within the tile template.</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"><span class="xref">Slide</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </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_Slide_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Slide : IDisposable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Slide
    Implements IDisposable, ICloneable</code></pre>
  </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_Win_Tile_Slide__ctor" data-uid="C1.Win.Tile.Slide.#ctor">
          <a class="xref" href="C1.Win.Tile.Slide.-ctor.html#C1_Win_Tile_Slide__ctor">Slide()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.Tile.Slide.html">Slide</a>.</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_Win_Tile_Slide_AdvanceSlideAfter" data-uid="C1.Win.Tile.Slide.AdvanceSlideAfter">
          <a class="xref" href="C1.Win.Tile.Slide.AdvanceSlideAfter.html#C1_Win_Tile_Slide_AdvanceSlideAfter">AdvanceSlideAfter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the duration before moving to the next slide, in milliseconds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Slide_AdvanceVariance" data-uid="C1.Win.Tile.Slide.AdvanceVariance">
          <a class="xref" href="C1.Win.Tile.Slide.AdvanceVariance.html#C1_Win_Tile_Slide_AdvanceVariance">AdvanceVariance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum allowable discrepancy from <a class="xref" href="C1.Win.Tile.Slide.AdvanceSlideAfter.html#C1_Win_Tile_Slide_AdvanceSlideAfter">AdvanceSlideAfter</a>, in milliseconds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Slide_BackColor" data-uid="C1.Win.Tile.Slide.BackColor">
          <a class="xref" href="C1.Win.Tile.Slide.BackColor.html#C1_Win_Tile_Slide_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for the slide.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Slide_BackColorSelector" data-uid="C1.Win.Tile.Slide.BackColorSelector">
          <a class="xref" href="C1.Win.Tile.Slide.BackColorSelector.html#C1_Win_Tile_Slide_BackColorSelector">BackColorSelector</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating which property of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a> object
behaves as the source of background color for this slide.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Slide_Description" data-uid="C1.Win.Tile.Slide.Description">
          <a class="xref" href="C1.Win.Tile.Slide.Description.html#C1_Win_Tile_Slide_Description">Description</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the description for this <a class="xref" href="C1.Win.Tile.Slide.html">Slide</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Slide_Elements" data-uid="C1.Win.Tile.Slide.Elements">
          <a class="xref" href="C1.Win.Tile.Slide.Elements.html#C1_Win_Tile_Slide_Elements">Elements</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of elements within a <a class="xref" href="C1.Win.Tile.Slide.html">Slide</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Slide_Template" data-uid="C1.Win.Tile.Slide.Template">
          <a class="xref" href="C1.Win.Tile.Slide.Template.html#C1_Win_Tile_Slide_Template">Template</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner <a class="xref" href="C1.Win.Tile.Slide.Template.html#C1_Win_Tile_Slide_Template">Template</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Slide_Transition" data-uid="C1.Win.Tile.Slide.Transition">
          <a class="xref" href="C1.Win.Tile.Slide.Transition.html#C1_Win_Tile_Slide_Transition">Transition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the transition to this slide.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Slide_TransitionAcceleration" data-uid="C1.Win.Tile.Slide.TransitionAcceleration">
          <a class="xref" href="C1.Win.Tile.Slide.TransitionAcceleration.html#C1_Win_Tile_Slide_TransitionAcceleration">TransitionAcceleration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the acceleration (if value &gt; 1.0) or deceleration (if value &lt; 1.0) of the transition.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Slide_TransitionDuration" data-uid="C1.Win.Tile.Slide.TransitionDuration">
          <a class="xref" href="C1.Win.Tile.Slide.TransitionDuration.html#C1_Win_Tile_Slide_TransitionDuration">TransitionDuration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the lenght of transition to this slide, in milliseconds.</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_Win_Tile_Slide_Clone" data-uid="C1.Win.Tile.Slide.Clone">
          <a class="xref" href="C1.Win.Tile.Slide.Clone.html#C1_Win_Tile_Slide_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="C1.Win.Tile.Slide.html">Slide</a> that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Slide_Dispose" data-uid="C1.Win.Tile.Slide.Dispose">
          <a class="xref" href="C1.Win.Tile.Slide.Dispose.html#C1_Win_Tile_Slide_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Slide_ResetBackColor" data-uid="C1.Win.Tile.Slide.ResetBackColor">
          <a class="xref" href="C1.Win.Tile.Slide.ResetBackColor.html#C1_Win_Tile_Slide_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.Slide.BackColor.html#C1_Win_Tile_Slide_BackColor">BackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Slide_ResetDescription" data-uid="C1.Win.Tile.Slide.ResetDescription">
          <a class="xref" href="C1.Win.Tile.Slide.ResetDescription.html#C1_Win_Tile_Slide_ResetDescription">ResetDescription()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.Slide.Description.html#C1_Win_Tile_Slide_Description">Description</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Slide_ShouldSerializeDescription" data-uid="C1.Win.Tile.Slide.ShouldSerializeDescription">
          <a class="xref" href="C1.Win.Tile.Slide.ShouldSerializeDescription.html#C1_Win_Tile_Slide_ShouldSerializeDescription">ShouldSerializeDescription()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
