Class
TreeMapGroupPaintedEventArgs

Event arguments used in the GroupPainted event.

Definition

Namespace:Telerik.WinControls.UI.TreeMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TreeMapGroupPaintedEventArgs : EventArgs

Inheritance: objectEventArgsTreeMapGroupPaintedEventArgs

Inherited Members EventArgs.Empty

Constructors

TreeMapGroupPaintedEventArgs(TreeMapDataItemGroup, Graphics, RectangleF)

Event arguments used in the GroupPainted event.

Declaration

cs-api-definition
public TreeMapGroupPaintedEventArgs(TreeMapDataItemGroup group, Graphics graphics, RectangleF bounds)

Parameters

group

TreeMapDataItemGroup

The data group.

graphics

Graphics

The graphics object.

bounds

RectangleF

The group bounds.

Properties

Bounds

Gets the bounds of the group.

Declaration

cs-api-definition
public RectangleF Bounds { get; }

Property Value

RectangleF

Graphics

Gets the Graphics object.

Declaration

cs-api-definition
public Graphics Graphics { get; }

Property Value

Graphics

Group

Gets the group item.

Declaration

cs-api-definition
public TreeMapDataItemGroup Group { get; }

Property Value

TreeMapDataItemGroup