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