[]
        
(Showing Draft Content)

C1.Win.C1Tile.Group

Group Class

Represents a group of tiles.

Inheritance
Group
Implements
Namespace: C1.Win.C1Tile
Assembly: C1.Win.C1TileControl.4.8.dll
Syntax
public class Group : Component, IComponent, IDisposable

Constructors

Name Description
Group()

Initializes a new instance of a Group.

Properties

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.

Methods

Name Description
Dispose(bool)

Clean up any resources being used.

OnPaint(PaintEventArgs)

Raises the Paint event.

Events

Name Description
Paint

Occurs when the group is redrawing.