Event arguments used in the GroupPainting event.
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class TreeMapGroupPaintingEventArgs : TreeMapItemPaintingEventArgs
Inheritance: objectEventArgsTreeMapItemEventArgsTreeMapItemPaintingEventArgsTreeMapGroupPaintingEventArgs
Inherited Members
Constructors
Event arguments used in the GroupPainting event.
C#
public TreeMapGroupPaintingEventArgs(TreeMapDataItemGroup group, Graphics graphics, RectangleF bounds, Color backColor, Color foreColor, Color borderColor, Font font, string text, ContentAlignment textAlignment, RectangleF headerRect)
The data group.
graphicsGraphicsThe graphics object.
boundsRectangleFThe group bounds.
backColorColorThe group background color.
foreColorColorThe group foreground color.
borderColorColorThe group border color.
fontFontThe group font.
textstringThe group text.
textAlignmentContentAlignmentThe text alignment.
headerRectRectangleFThe header text rectangle.
Properties
Gets the group item.
C#
public TreeMapDataItemGroup Group { get; }
Gets the header text rectangle.
C#
public RectangleF HeaderRect { get; }