ClassHeatMapRowHeaderCellPaintingEventArgs
Event arguments used in the HeaderCellPainting event, when a row is about to be painted.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class HeatMapRowHeaderCellPaintingEventArgs : HeatMapHeaderCellPaintingEventArgs
Inheritance: objectEventArgsHeatMapCellIndexEventArgsBaseHeatMapPaintingEventArgsHeatMapHeaderCellPaintingEventArgsHeatMapRowHeaderCellPaintingEventArgs
Inherited Members
Constructors
HeatMapRowHeaderCellPaintingEventArgs(CellIndex, object, Graphics, RectangleF, Color, Color, Color, int, Font, string, ContentAlignment, StringFormatFlags, StringTrimming)
Event arguments used in the HeaderCellPainting event, when a row is about to be painted.
Declaration
public HeatMapRowHeaderCellPaintingEventArgs(CellIndex cellIndex, object headerValue, Graphics graphics, RectangleF bounds, Color backColor, Color foreColor, Color borderColor, int borderWidth, Font font, string text, ContentAlignment textAlignment, StringFormatFlags formatFlags, StringTrimming trimming)
Parameters
cellIndex
The index of the row.
headerValue
The value of the row.
graphics
The graphics object.
bounds
The row header paint bounds.
backColor
The row header background color.
foreColor
The row header foreground color.
borderColor
The row header border color.
borderWidth
The row header border width.
font
The row header font.
text
The row header text.
textAlignment
The text alignment.
formatFlags
The format flags.
trimming
The string trimming.