Event arguments used in the ItemPainted event.
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class TreeMapItemPaintedEventArgs : TreeMapItemEventArgs
Inheritance: objectEventArgsTreeMapItemEventArgsTreeMapItemPaintedEventArgs
Inherited Members
Constructors
Event arguments used in the ItemPainted event.
C#
public TreeMapItemPaintedEventArgs(TreeMapDataItem item, Graphics graphics, RectangleF bounds)
The data item.
graphicsGraphicsThe graphics object.
boundsRectangleFThe item bounds.
Properties
Gets the bounds of the item.
C#
public RectangleF Bounds { get; }