New to Telerik UI for WinFormsStart a free 30-day trial

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

Constructors

Event arguments used in the ItemPainted event.

C#
public TreeMapItemPaintedEventArgs(TreeMapDataItem item, Graphics graphics, RectangleF bounds)
Parameters:itemTreeMapDataItem

The data item.

graphicsGraphics

The graphics object.

boundsRectangleF

The item bounds.

Properties

Gets the bounds of the item.

C#
public RectangleF Bounds { get; }

Gets the Graphics object.

C#
public Graphics Graphics { get; }