# C1.Win.Tile.Group

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Tile_Group" data-uid="C1.Win.Tile.Group" class="text-break">Group Class
</h1>
  <div class="markdown level0 summary"><p>Represents a group of tiles.</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">Group</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_Group_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Group : Component, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Group
    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_Group__ctor" data-uid="C1.Win.Tile.Group.#ctor">
          <a class="xref" href="C1.Win.Tile.Group.-ctor.html#C1_Win_Tile_Group__ctor">Group()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.Tile.Group.html">Group</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_Group_Height" data-uid="C1.Win.Tile.Group.Height">
          <a class="xref" href="C1.Win.Tile.Group.Height.html#C1_Win_Tile_Group_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of the tile group, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Group_Index" data-uid="C1.Win.Tile.Group.Index">
          <a class="xref" href="C1.Win.Tile.Group.Index.html#C1_Win_Tile_Group_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of group in owner <a class="xref" href="C1.Win.Tile.C1TileControl.Groups.html#C1_Win_Tile_C1TileControl_Groups">Groups</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Group_IsDisposed" data-uid="C1.Win.Tile.Group.IsDisposed">
          <a class="xref" href="C1.Win.Tile.Group.IsDisposed.html#C1_Win_Tile_Group_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.Win.Tile.Group.html">Group</a> has been disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Group_Name" data-uid="C1.Win.Tile.Group.Name">
          <a class="xref" href="C1.Win.Tile.Group.Name.html#C1_Win_Tile_Group_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.Group.html">Group</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Group_Tag" data-uid="C1.Win.Tile.Group.Tag">
          <a class="xref" href="C1.Win.Tile.Group.Tag.html#C1_Win_Tile_Group_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.Group.html">Group</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Group_Text" data-uid="C1.Win.Tile.Group.Text">
          <a class="xref" href="C1.Win.Tile.Group.Text.html#C1_Win_Tile_Group_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the group title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Group_TileControl" data-uid="C1.Win.Tile.Group.TileControl">
          <a class="xref" href="C1.Win.Tile.Group.TileControl.html#C1_Win_Tile_Group_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_Group_Tiles" data-uid="C1.Win.Tile.Group.Tiles">
          <a class="xref" href="C1.Win.Tile.Group.Tiles.html#C1_Win_Tile_Group_Tiles">Tiles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of tiles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Group_Visible" data-uid="C1.Win.Tile.Group.Visible">
          <a class="xref" href="C1.Win.Tile.Group.Visible.html#C1_Win_Tile_Group_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the <a class="xref" href="C1.Win.Tile.Group.html">Group</a> is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Group_Width" data-uid="C1.Win.Tile.Group.Width">
          <a class="xref" href="C1.Win.Tile.Group.Width.html#C1_Win_Tile_Group_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the tile group, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Group_X" data-uid="C1.Win.Tile.Group.X">
          <a class="xref" href="C1.Win.Tile.Group.X.html#C1_Win_Tile_Group_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the X-coordinate of the group relative to the scrollable surface, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_Group_Y" data-uid="C1.Win.Tile.Group.Y">
          <a class="xref" href="C1.Win.Tile.Group.Y.html#C1_Win_Tile_Group_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Y-coordinate of the group relative to the scrollable surface, 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_Group_Dispose_System_Boolean_" data-uid="C1.Win.Tile.Group.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Tile.Group.Dispose.html#C1_Win_Tile_Group_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_Group_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Tile.Group.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Tile.Group.OnPaint.html#C1_Win_Tile_Group_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Tile.Group.Paint.html">Paint</a> event.</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_Group_Paint" data-uid="C1.Win.Tile.Group.Paint">
          <a class="xref" href="C1.Win.Tile.Group.Paint.html">Paint</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the group is redrawing.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
