Class
TreeMapItemPaintedEventArgs

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 TreeMapItemEventArgs.ItemTreeMapItemEventArgs.TreeMapElementEventArgs.Empty

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

TreeMapDataItem

The data item.

graphics

Graphics

The graphics object.

bounds

RectangleF

The item bounds.

Properties

Bounds

Gets the bounds of the item.

Declaration

cs-api-definition
public RectangleF Bounds { get; }

Property Value

RectangleF

Graphics

Gets the Graphics object.

Declaration

cs-api-definition
public Graphics Graphics { get; }

Property Value

Graphics