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:
C#
public abstract class HeatMapHeaderCellPaintedEventArgs : HeatMapCellIndexEventArgs
Inheritance: objectEventArgsHeatMapCellIndexEventArgsHeatMapHeaderCellPaintedEventArgs
Derived Classes:
Inherited Members
Constructors
Event arguments used in the HeaderCellPainted event, which is fired after the paint of the row and column headers.
C#
public HeatMapHeaderCellPaintedEventArgs(CellIndex cellIndex, Graphics graphics, RectangleF bounds)
The index of the row/column cell.
graphicsGraphicsThe graphics object.
boundsRectangleFThe paint bounds.
Properties
Gets the painting bounds of the row/column header.
C#
public RectangleF Bounds { get; }