Class
HeatMapHeaderCellPaintedEventArgs

Event arguments used in the HeaderCellPainted event, which is fired after the paint of the row and column headers.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public abstract class HeatMapHeaderCellPaintedEventArgs : HeatMapCellIndexEventArgs

Inheritance: objectEventArgsHeatMapCellIndexEventArgsHeatMapHeaderCellPaintedEventArgs

Derived Classes: HeatMapColumnHeaderCellPaintedEventArgsHeatMapRowHeaderCellPaintedEventArgs

Inherited Members HeatMapCellIndexEventArgs.IndexHeatMapCellIndexEventArgs.RowIndexHeatMapCellIndexEventArgs.ColumnIndexEventArgs.Empty

Constructors

HeatMapHeaderCellPaintedEventArgs(CellIndex, Graphics, RectangleF)

Event arguments used in the HeaderCellPainted event, which is fired after the paint of the row and column headers.

Declaration

cs-api-definition
public HeatMapHeaderCellPaintedEventArgs(CellIndex cellIndex, Graphics graphics, RectangleF bounds)

Parameters

cellIndex

CellIndex

The index of the row/column cell.

graphics

Graphics

The graphics object.

bounds

RectangleF

The paint bounds.

Properties

Bounds

Gets the painting bounds of the row/column header.

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