New to Telerik UI for WinFormsStart a free 30-day trial

Event arguments used in the GroupPainted event.

Definition

Namespace:Telerik.WinControls.UI.TreeMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class TreeMapGroupPaintedEventArgs : EventArgs

Inheritance: objectEventArgsTreeMapGroupPaintedEventArgs

Inherited Members EventArgs.Empty

Constructors

Event arguments used in the GroupPainted event.

C#
public TreeMapGroupPaintedEventArgs(TreeMapDataItemGroup group, Graphics graphics, RectangleF bounds)
Parameters:groupTreeMapDataItemGroup

The data group.

graphicsGraphics

The graphics object.

boundsRectangleF

The group bounds.

Properties

Gets the bounds of the group.

C#
public RectangleF Bounds { get; }

Gets the Graphics object.

C#
public Graphics Graphics { get; }

Gets the group item.

C#
public TreeMapDataItemGroup Group { get; }