ClassTreeMapItemPaintedEventArgs
Class
Event arguments used in the ItemPainted event.
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TreeMapItemPaintedEventArgs : TreeMapItemEventArgs
Inheritance: objectEventArgsTreeMapItemEventArgsTreeMapItemPaintedEventArgs
Inherited Members
Constructors
TreeMapItemPaintedEventArgs(TreeMapDataItem, Graphics, RectangleF)
Event arguments used in the ItemPainted event.
Declaration
cs-api-definition
public TreeMapItemPaintedEventArgs(TreeMapDataItem item, Graphics graphics, RectangleF bounds)
Parameters
item
The data item.
graphics
The graphics object.
bounds
The item bounds.
Properties
Bounds
Gets the bounds of the item.