[]
Represents a group of tiles.
public class Group : Component, IComponent, IDisposable
Name | Description |
---|---|
Group() | Initializes a new instance of a Group. |
Name | Description |
---|---|
Height | Gets the height of the tile group, in pixels. |
Index | Gets or sets the index of group in owner Groups collection. |
IsDisposed | Gets a value indicating whether the Group has been disposed. |
Name | Gets or sets the unique name for this Group. |
Tag | Gets or sets an object that contains additional data about the Group. |
Text | Gets or sets the group title. |
TileControl | Gets the owner C1TileControl. |
Tiles | Gets the collection of tiles. |
Visible | Gets or sets whether the Group is visible. |
Width | Gets the width of the tile group, in pixels. |
X | Gets the X-coordinate of the group relative to the scrollable surface, in pixels. |
Y | Gets the Y-coordinate of the group relative to the scrollable surface, in pixels. |
Name | Description |
---|---|
Dispose(bool) | Clean up any resources being used. |
OnPaint(PaintEventArgs) | Raises the Paint event. |
Name | Description |
---|---|
Paint | Occurs when the group is redrawing. |