ClassTreeMapGroupPaintingEventArgs
Class
Event arguments used in the GroupPainting event.
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TreeMapGroupPaintingEventArgs : TreeMapItemPaintingEventArgs
Inheritance: objectEventArgsTreeMapItemEventArgsTreeMapItemPaintingEventArgsTreeMapGroupPaintingEventArgs
Inherited Members
Constructors
TreeMapGroupPaintingEventArgs(TreeMapDataItemGroup, Graphics, RectangleF, Color, Color, Color, Font, string, ContentAlignment, RectangleF)
Event arguments used in the GroupPainting event.
Declaration
cs-api-definition
public TreeMapGroupPaintingEventArgs(TreeMapDataItemGroup group, Graphics graphics, RectangleF bounds, Color backColor, Color foreColor, Color borderColor, Font font, string text, ContentAlignment textAlignment, RectangleF headerRect)
Parameters
group
The data group.
graphics
The graphics object.
bounds
The group bounds.
backColor
The group background color.
foreColor
The group foreground color.
borderColor
The group border color.
font
The group font.
text
The group text.
textAlignment
The text alignment.
headerRect
The header text rectangle.
Properties
Group
Gets the group item.
Declaration
cs-api-definition
public TreeMapDataItemGroup Group { get; }
Property Value
HeaderRect
Gets the header text rectangle.