Class TreeMapGroupPaintingEventArgs
Event arguments used in the Group
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 Group
Declaration
public TreeMapGroupPaintingEventArgs(TreeMapDataItemGroup group, Graphics graphics, RectangleF bounds, Color backColor, Color foreColor, Color borderColor, Font font, string text, ContentAlignment textAlignment, RectangleF headerRect)
Parameters
Tree The data group. |
System. The graphics object. |
System. The group bounds. |
System. The group background color. |
System. The group foreground color. |
System. The group border color. |
System. The group font. |
System. The group text. |
System. The text alignment. |
System. The header text rectangle. |
Properties
Group
Gets the group item.
Declaration
public TreeMapDataItemGroup Group { get; }
Property Value
HeaderRect
Gets the header text rectangle.
Declaration
public RectangleF HeaderRect { get; }
Property Value
System.
|
Item
Declaration
public override TreeMapDataItem Item { get; }