# C1.Win.Tile.Tile

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Tile_Tile" data-uid="C1.Win.Tile.Tile" class="text-break">Tile Class
</h1>
  <div class="markdown level0 summary"><p>Represents a single tile.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">Tile</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</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_Tile_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Tile : Component, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Tile
    Inherits Component
    Implements IComponent, IDisposable</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_Tile__ctor" data-uid="C1.Win.Tile.Tile.#ctor">
          <a class="xref" href="C1.Win.Tile.Tile.-ctor.html#C1_Win_Tile_Tile__ctor">Tile()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</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_Tile_AccessibleDefaultActionDescription" data-uid="C1.Win.Tile.Tile.AccessibleDefaultActionDescription">
          <a class="xref" href="C1.Win.Tile.Tile.AccessibleDefaultActionDescription.html#C1_Win_Tile_Tile_AccessibleDefaultActionDescription">AccessibleDefaultActionDescription</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default action description of the tile for use by accessibility client applications.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_AccessibleDescription" data-uid="C1.Win.Tile.Tile.AccessibleDescription">
          <a class="xref" href="C1.Win.Tile.Tile.AccessibleDescription.html#C1_Win_Tile_Tile_AccessibleDescription">AccessibleDescription</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the description of the tile used by accessibility client applications.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_AccessibleName" data-uid="C1.Win.Tile.Tile.AccessibleName">
          <a class="xref" href="C1.Win.Tile.Tile.AccessibleName.html#C1_Win_Tile_Tile_AccessibleName">AccessibleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the tile used by accessibility client applications.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_AccessibleRole" data-uid="C1.Win.Tile.Tile.AccessibleRole">
          <a class="xref" href="C1.Win.Tile.Tile.AccessibleRole.html#C1_Win_Tile_Tile_AccessibleRole">AccessibleRole</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the accessible role of the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_BackColor" data-uid="C1.Win.Tile.Tile.BackColor">
          <a class="xref" href="C1.Win.Tile.Tile.BackColor.html#C1_Win_Tile_Tile_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_BackColor1" data-uid="C1.Win.Tile.Tile.BackColor1">
          <a class="xref" href="C1.Win.Tile.Tile.BackColor1.html#C1_Win_Tile_Tile_BackColor1">BackColor1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first additional background color for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_BackColor2" data-uid="C1.Win.Tile.Tile.BackColor2">
          <a class="xref" href="C1.Win.Tile.Tile.BackColor2.html#C1_Win_Tile_Tile_BackColor2">BackColor2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the second additional background color for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_BackColor3" data-uid="C1.Win.Tile.Tile.BackColor3">
          <a class="xref" href="C1.Win.Tile.Tile.BackColor3.html#C1_Win_Tile_Tile_BackColor3">BackColor3</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the third additional background color for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_BackColor4" data-uid="C1.Win.Tile.Tile.BackColor4">
          <a class="xref" href="C1.Win.Tile.Tile.BackColor4.html#C1_Win_Tile_Tile_BackColor4">BackColor4</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fourth additional background color for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_BackColor5" data-uid="C1.Win.Tile.Tile.BackColor5">
          <a class="xref" href="C1.Win.Tile.Tile.BackColor5.html#C1_Win_Tile_Tile_BackColor5">BackColor5</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fifth additional background color for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Checked" data-uid="C1.Win.Tile.Tile.Checked">
          <a class="xref" href="C1.Win.Tile.Tile.Checked.html#C1_Win_Tile_Tile_Checked">Checked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the tile is checked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Enabled" data-uid="C1.Win.Tile.Tile.Enabled">
          <a class="xref" href="C1.Win.Tile.Tile.Enabled.html#C1_Win_Tile_Tile_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the tile is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ForeColor" data-uid="C1.Win.Tile.Tile.ForeColor">
          <a class="xref" href="C1.Win.Tile.Tile.ForeColor.html#C1_Win_Tile_Tile_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ForeColor1" data-uid="C1.Win.Tile.Tile.ForeColor1">
          <a class="xref" href="C1.Win.Tile.Tile.ForeColor1.html#C1_Win_Tile_Tile_ForeColor1">ForeColor1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first additional foreground color for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ForeColor2" data-uid="C1.Win.Tile.Tile.ForeColor2">
          <a class="xref" href="C1.Win.Tile.Tile.ForeColor2.html#C1_Win_Tile_Tile_ForeColor2">ForeColor2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the second additional foreground color for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ForeColor3" data-uid="C1.Win.Tile.Tile.ForeColor3">
          <a class="xref" href="C1.Win.Tile.Tile.ForeColor3.html#C1_Win_Tile_Tile_ForeColor3">ForeColor3</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the third additional foreground color for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ForeColor4" data-uid="C1.Win.Tile.Tile.ForeColor4">
          <a class="xref" href="C1.Win.Tile.Tile.ForeColor4.html#C1_Win_Tile_Tile_ForeColor4">ForeColor4</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fourth additional foreground color for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ForeColor5" data-uid="C1.Win.Tile.Tile.ForeColor5">
          <a class="xref" href="C1.Win.Tile.Tile.ForeColor5.html#C1_Win_Tile_Tile_ForeColor5">ForeColor5</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fifth additional foreground color for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Group" data-uid="C1.Win.Tile.Tile.Group">
          <a class="xref" href="C1.Win.Tile.Tile.Group.html#C1_Win_Tile_Tile_Group">Group</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the owner group of the <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Height" data-uid="C1.Win.Tile.Tile.Height">
          <a class="xref" href="C1.Win.Tile.Tile.Height.html#C1_Win_Tile_Tile_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of the tile, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_HorizontalSize" data-uid="C1.Win.Tile.Tile.HorizontalSize">
          <a class="xref" href="C1.Win.Tile.Tile.HorizontalSize.html#C1_Win_Tile_Tile_HorizontalSize">HorizontalSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the tile, in cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Image" data-uid="C1.Win.Tile.Tile.Image">
          <a class="xref" href="C1.Win.Tile.Tile.Image.html#C1_Win_Tile_Tile_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an image displayed on the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Image1" data-uid="C1.Win.Tile.Tile.Image1">
          <a class="xref" href="C1.Win.Tile.Tile.Image1.html#C1_Win_Tile_Tile_Image1">Image1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first additional image that can be displayed on the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Image2" data-uid="C1.Win.Tile.Tile.Image2">
          <a class="xref" href="C1.Win.Tile.Tile.Image2.html#C1_Win_Tile_Tile_Image2">Image2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the second additional image that can be displayed on the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Image3" data-uid="C1.Win.Tile.Tile.Image3">
          <a class="xref" href="C1.Win.Tile.Tile.Image3.html#C1_Win_Tile_Tile_Image3">Image3</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the third additional image that can be displayed on the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Image4" data-uid="C1.Win.Tile.Tile.Image4">
          <a class="xref" href="C1.Win.Tile.Tile.Image4.html#C1_Win_Tile_Tile_Image4">Image4</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fourth additional image that can be displayed on the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Image5" data-uid="C1.Win.Tile.Tile.Image5">
          <a class="xref" href="C1.Win.Tile.Tile.Image5.html#C1_Win_Tile_Tile_Image5">Image5</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fifth additional image that can be displayed on the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ImageIndex" data-uid="C1.Win.Tile.Tile.ImageIndex">
          <a class="xref" href="C1.Win.Tile.Tile.ImageIndex.html#C1_Win_Tile_Tile_ImageIndex">ImageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of an image in the <a class="xref" href="C1.Win.Tile.C1TileControl.ImageList.html#C1_Win_Tile_C1TileControl_ImageList">ImageList</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ImageKey" data-uid="C1.Win.Tile.Tile.ImageKey">
          <a class="xref" href="C1.Win.Tile.Tile.ImageKey.html#C1_Win_Tile_Tile_ImageKey">ImageKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image key in the <a class="xref" href="C1.Win.Tile.C1TileControl.ImageList.html#C1_Win_Tile_C1TileControl_ImageList">ImageList</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Index" data-uid="C1.Win.Tile.Tile.Index">
          <a class="xref" href="C1.Win.Tile.Tile.Index.html#C1_Win_Tile_Tile_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of tile in owner group's Tiles collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_IntValue" data-uid="C1.Win.Tile.Tile.IntValue">
          <a class="xref" href="C1.Win.Tile.Tile.IntValue.html#C1_Win_Tile_Tile_IntValue">IntValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an integer value that can be used by template elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_IntValue1" data-uid="C1.Win.Tile.Tile.IntValue1">
          <a class="xref" href="C1.Win.Tile.Tile.IntValue1.html#C1_Win_Tile_Tile_IntValue1">IntValue1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first additional integer value that can be used by template elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_IntValue2" data-uid="C1.Win.Tile.Tile.IntValue2">
          <a class="xref" href="C1.Win.Tile.Tile.IntValue2.html#C1_Win_Tile_Tile_IntValue2">IntValue2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the second additional integer value that can be used by template elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_IntValue3" data-uid="C1.Win.Tile.Tile.IntValue3">
          <a class="xref" href="C1.Win.Tile.Tile.IntValue3.html#C1_Win_Tile_Tile_IntValue3">IntValue3</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the third additional integer value that can be used by template elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_IntValue4" data-uid="C1.Win.Tile.Tile.IntValue4">
          <a class="xref" href="C1.Win.Tile.Tile.IntValue4.html#C1_Win_Tile_Tile_IntValue4">IntValue4</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fourth additional integer value that can be used by template elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_IntValue5" data-uid="C1.Win.Tile.Tile.IntValue5">
          <a class="xref" href="C1.Win.Tile.Tile.IntValue5.html#C1_Win_Tile_Tile_IntValue5">IntValue5</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fifth additional integer value that can be used by template elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_IsDisposed" data-uid="C1.Win.Tile.Tile.IsDisposed">
          <a class="xref" href="C1.Win.Tile.Tile.IsDisposed.html#C1_Win_Tile_Tile_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a> has been disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_LeftCell" data-uid="C1.Win.Tile.Tile.LeftCell">
          <a class="xref" href="C1.Win.Tile.Tile.LeftCell.html#C1_Win_Tile_Tile_LeftCell">LeftCell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ordinal number of the tile's left cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Name" data-uid="C1.Win.Tile.Tile.Name">
          <a class="xref" href="C1.Win.Tile.Tile.Name.html#C1_Win_Tile_Tile_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the unique name for this <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ShowSlides" data-uid="C1.Win.Tile.Tile.ShowSlides">
          <a class="xref" href="C1.Win.Tile.Tile.ShowSlides.html#C1_Win_Tile_Tile_ShowSlides">ShowSlides</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the tile can show slides.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_SlideIndex" data-uid="C1.Win.Tile.Tile.SlideIndex">
          <a class="xref" href="C1.Win.Tile.Tile.SlideIndex.html#C1_Win_Tile_Tile_SlideIndex">SlideIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of slide that is being displayed on tile, or -1 if the tile in not in slide-show mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Symbol" data-uid="C1.Win.Tile.Tile.Symbol">
          <a class="xref" href="C1.Win.Tile.Tile.Symbol.html#C1_Win_Tile_Tile_Symbol">Symbol</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a symbol associated with the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Tag" data-uid="C1.Win.Tile.Tile.Tag">
          <a class="xref" href="C1.Win.Tile.Tile.Tag.html#C1_Win_Tile_Tile_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an object that contains additional data about the <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Template" data-uid="C1.Win.Tile.Tile.Template">
          <a class="xref" href="C1.Win.Tile.Tile.Template.html#C1_Win_Tile_Tile_Template">Template</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tile template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Text" data-uid="C1.Win.Tile.Tile.Text">
          <a class="xref" href="C1.Win.Tile.Tile.Text.html#C1_Win_Tile_Tile_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text on the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Text1" data-uid="C1.Win.Tile.Tile.Text1">
          <a class="xref" href="C1.Win.Tile.Tile.Text1.html#C1_Win_Tile_Tile_Text1">Text1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first additional text string for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Text2" data-uid="C1.Win.Tile.Tile.Text2">
          <a class="xref" href="C1.Win.Tile.Tile.Text2.html#C1_Win_Tile_Tile_Text2">Text2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the second additional text string for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Text3" data-uid="C1.Win.Tile.Tile.Text3">
          <a class="xref" href="C1.Win.Tile.Tile.Text3.html#C1_Win_Tile_Tile_Text3">Text3</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the third additional text string for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Text4" data-uid="C1.Win.Tile.Tile.Text4">
          <a class="xref" href="C1.Win.Tile.Tile.Text4.html#C1_Win_Tile_Tile_Text4">Text4</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fourth additional text string for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Text5" data-uid="C1.Win.Tile.Tile.Text5">
          <a class="xref" href="C1.Win.Tile.Tile.Text5.html#C1_Win_Tile_Tile_Text5">Text5</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fifth additional text string for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Text6" data-uid="C1.Win.Tile.Tile.Text6">
          <a class="xref" href="C1.Win.Tile.Tile.Text6.html#C1_Win_Tile_Tile_Text6">Text6</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sixth additional text string for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Text7" data-uid="C1.Win.Tile.Tile.Text7">
          <a class="xref" href="C1.Win.Tile.Tile.Text7.html#C1_Win_Tile_Tile_Text7">Text7</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the seventh additional text string for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Text8" data-uid="C1.Win.Tile.Tile.Text8">
          <a class="xref" href="C1.Win.Tile.Tile.Text8.html#C1_Win_Tile_Tile_Text8">Text8</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the eighth additional text string for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Text9" data-uid="C1.Win.Tile.Tile.Text9">
          <a class="xref" href="C1.Win.Tile.Tile.Text9.html#C1_Win_Tile_Tile_Text9">Text9</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ninth additional text string for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_TileControl" data-uid="C1.Win.Tile.Tile.TileControl">
          <a class="xref" href="C1.Win.Tile.Tile.TileControl.html#C1_Win_Tile_Tile_TileControl">TileControl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ToolTipText" data-uid="C1.Win.Tile.Tile.ToolTipText">
          <a class="xref" href="C1.Win.Tile.Tile.ToolTipText.html#C1_Win_Tile_Tile_ToolTipText">ToolTipText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip text for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_TopCell" data-uid="C1.Win.Tile.Tile.TopCell">
          <a class="xref" href="C1.Win.Tile.Tile.TopCell.html#C1_Win_Tile_Tile_TopCell">TopCell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ordinal number of the tile's top cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_VerticalSize" data-uid="C1.Win.Tile.Tile.VerticalSize">
          <a class="xref" href="C1.Win.Tile.Tile.VerticalSize.html#C1_Win_Tile_Tile_VerticalSize">VerticalSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the tile, in cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Visible" data-uid="C1.Win.Tile.Tile.Visible">
          <a class="xref" href="C1.Win.Tile.Tile.Visible.html#C1_Win_Tile_Tile_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the tile is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Width" data-uid="C1.Win.Tile.Tile.Width">
          <a class="xref" href="C1.Win.Tile.Tile.Width.html#C1_Win_Tile_Tile_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the tile, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_X" data-uid="C1.Win.Tile.Tile.X">
          <a class="xref" href="C1.Win.Tile.Tile.X.html#C1_Win_Tile_Tile_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the X-coordinate of the tile relative to the owner group, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Y" data-uid="C1.Win.Tile.Tile.Y">
          <a class="xref" href="C1.Win.Tile.Tile.Y.html#C1_Win_Tile_Tile_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Y-coordinate of the tile relative to the owner group, in pixels.</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_Tile_Dispose_System_Boolean_" data-uid="C1.Win.Tile.Tile.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Tile.Tile.Dispose.html#C1_Win_Tile_Tile_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_GetBackColor" data-uid="C1.Win.Tile.Tile.GetBackColor">
          <a class="xref" href="C1.Win.Tile.Tile.GetBackColor.html#C1_Win_Tile_Tile_GetBackColor">GetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the background color of the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_GetForeColor" data-uid="C1.Win.Tile.Tile.GetForeColor">
          <a class="xref" href="C1.Win.Tile.Tile.GetForeColor.html#C1_Win_Tile_Tile_GetForeColor">GetForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the foreground color of the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_GetImage" data-uid="C1.Win.Tile.Tile.GetImage">
          <a class="xref" href="C1.Win.Tile.Tile.GetImage.html#C1_Win_Tile_Tile_GetImage">GetImage()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an image from either <a class="xref" href="C1.Win.Tile.C1TileControl.ImageList.html#C1_Win_Tile_C1TileControl_ImageList">ImageList</a> or
the <a class="xref" href="C1.Win.Tile.Tile.Image.html#C1_Win_Tile_Tile_Image">Image</a> property of this <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Invalidate" data-uid="C1.Win.Tile.Tile.Invalidate">
          <a class="xref" href="C1.Win.Tile.Tile.Invalidate.html#C1_Win_Tile_Tile_Invalidate">Invalidate()</a>
        </td>
        <td class="markdown level1 summary"><p>Invalidates the tile, causes the <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a> to redraw.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_OnCheckedChanged_System_EventArgs_" data-uid="C1.Win.Tile.Tile.OnCheckedChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Tile.Tile.OnCheckedChanged.html#C1_Win_Tile_Tile_OnCheckedChanged_System_EventArgs_">OnCheckedChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Tile.Tile.CheckedChanged.html">CheckedChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_OnClick_System_EventArgs_" data-uid="C1.Win.Tile.Tile.OnClick(System.EventArgs)">
          <a class="xref" href="C1.Win.Tile.Tile.OnClick.html#C1_Win_Tile_Tile_OnClick_System_EventArgs_">OnClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Tile.Tile.Click.html">Click</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Tile.Tile.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Tile.Tile.OnPaint.html#C1_Win_Tile_Tile_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Tile.Tile.Paint.html">Paint</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_PerformClick" data-uid="C1.Win.Tile.Tile.PerformClick">
          <a class="xref" href="C1.Win.Tile.Tile.PerformClick.html#C1_Win_Tile_Tile_PerformClick">PerformClick()</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a <a class="xref" href="C1.Win.Tile.Tile.Click.html">Click</a> event for the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ResetBackColor" data-uid="C1.Win.Tile.Tile.ResetBackColor">
          <a class="xref" href="C1.Win.Tile.Tile.ResetBackColor.html#C1_Win_Tile_Tile_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.Tile.BackColor.html#C1_Win_Tile_Tile_BackColor">BackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ResetBackColor1" data-uid="C1.Win.Tile.Tile.ResetBackColor1">
          <a class="xref" href="C1.Win.Tile.Tile.ResetBackColor1.html#C1_Win_Tile_Tile_ResetBackColor1">ResetBackColor1()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.Tile.BackColor1.html#C1_Win_Tile_Tile_BackColor1">BackColor1</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ResetBackColor2" data-uid="C1.Win.Tile.Tile.ResetBackColor2">
          <a class="xref" href="C1.Win.Tile.Tile.ResetBackColor2.html#C1_Win_Tile_Tile_ResetBackColor2">ResetBackColor2()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.Tile.BackColor2.html#C1_Win_Tile_Tile_BackColor2">BackColor2</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ResetBackColor3" data-uid="C1.Win.Tile.Tile.ResetBackColor3">
          <a class="xref" href="C1.Win.Tile.Tile.ResetBackColor3.html#C1_Win_Tile_Tile_ResetBackColor3">ResetBackColor3()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.Tile.BackColor3.html#C1_Win_Tile_Tile_BackColor3">BackColor3</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ResetBackColor4" data-uid="C1.Win.Tile.Tile.ResetBackColor4">
          <a class="xref" href="C1.Win.Tile.Tile.ResetBackColor4.html#C1_Win_Tile_Tile_ResetBackColor4">ResetBackColor4()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.Tile.BackColor4.html#C1_Win_Tile_Tile_BackColor4">BackColor4</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ResetBackColor5" data-uid="C1.Win.Tile.Tile.ResetBackColor5">
          <a class="xref" href="C1.Win.Tile.Tile.ResetBackColor5.html#C1_Win_Tile_Tile_ResetBackColor5">ResetBackColor5()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.Tile.BackColor5.html#C1_Win_Tile_Tile_BackColor5">BackColor5</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ResetForeColor" data-uid="C1.Win.Tile.Tile.ResetForeColor">
          <a class="xref" href="C1.Win.Tile.Tile.ResetForeColor.html#C1_Win_Tile_Tile_ResetForeColor">ResetForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.Tile.ForeColor.html#C1_Win_Tile_Tile_ForeColor">ForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ResetForeColor1" data-uid="C1.Win.Tile.Tile.ResetForeColor1">
          <a class="xref" href="C1.Win.Tile.Tile.ResetForeColor1.html#C1_Win_Tile_Tile_ResetForeColor1">ResetForeColor1()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.Tile.ForeColor1.html#C1_Win_Tile_Tile_ForeColor1">ForeColor1</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ResetForeColor2" data-uid="C1.Win.Tile.Tile.ResetForeColor2">
          <a class="xref" href="C1.Win.Tile.Tile.ResetForeColor2.html#C1_Win_Tile_Tile_ResetForeColor2">ResetForeColor2()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.Tile.ForeColor2.html#C1_Win_Tile_Tile_ForeColor2">ForeColor2</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ResetForeColor3" data-uid="C1.Win.Tile.Tile.ResetForeColor3">
          <a class="xref" href="C1.Win.Tile.Tile.ResetForeColor3.html#C1_Win_Tile_Tile_ResetForeColor3">ResetForeColor3()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.Tile.ForeColor3.html#C1_Win_Tile_Tile_ForeColor3">ForeColor3</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ResetForeColor4" data-uid="C1.Win.Tile.Tile.ResetForeColor4">
          <a class="xref" href="C1.Win.Tile.Tile.ResetForeColor4.html#C1_Win_Tile_Tile_ResetForeColor4">ResetForeColor4()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.Tile.ForeColor4.html#C1_Win_Tile_Tile_ForeColor4">ForeColor4</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_ResetForeColor5" data-uid="C1.Win.Tile.Tile.ResetForeColor5">
          <a class="xref" href="C1.Win.Tile.Tile.ResetForeColor5.html#C1_Win_Tile_Tile_ResetForeColor5">ResetForeColor5()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.Tile.Tile.ForeColor5.html#C1_Win_Tile_Tile_ForeColor5">ForeColor5</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_Tile_CheckedChanged" data-uid="C1.Win.Tile.Tile.CheckedChanged">
          <a class="xref" href="C1.Win.Tile.Tile.CheckedChanged.html">CheckedChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the tile is checked or unchecked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Click" data-uid="C1.Win.Tile.Tile.Click">
          <a class="xref" href="C1.Win.Tile.Tile.Click.html">Click</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the tile is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Tile_Paint" data-uid="C1.Win.Tile.Tile.Paint">
          <a class="xref" href="C1.Win.Tile.Tile.Paint.html">Paint</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the tile is redrawing, after painting the tile's template.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
