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
Constructors
Event arguments used in the GroupPainted event.
C#
public TreeMapGroupPaintedEventArgs(TreeMapDataItemGroup group, Graphics graphics, RectangleF bounds)
The data group.
graphicsGraphicsThe graphics object.
boundsRectangleFThe group bounds.
Properties
Gets the bounds of the group.
C#
public RectangleF Bounds { get; }
Gets the group item.
C#
public TreeMapDataItemGroup Group { get; }