Class HeatMapHeaderCellPaintedEventArgs
Event arguments used in the HeaderCellPainted event, which is fired after the paint of the row and column headers.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class HeatMapHeaderCellPaintedEventArgs : HeatMapCellIndexEventArgs
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
public HeatMapHeaderCellPaintedEventArgs(CellIndex cellIndex, Graphics graphics, RectangleF bounds)
Parameters
CellIndex
cellIndex
The index of the row/column cell. |
System.Drawing.Graphics
graphics
The graphics object. |
System.Drawing.RectangleF
bounds
The paint bounds. |
Properties
Bounds
Gets the painting bounds of the row/column header.
Declaration
public RectangleF Bounds { get; }
Property Value
System.Drawing.RectangleF
|
Graphics
Gets the System.Drawing.Graphics object.
Declaration
public Graphics Graphics { get; }
Property Value
System.Drawing.Graphics
|