ClassHeatMapColumnHeaderCellPaintingEventArgs
Event arguments used in the HeaderCellPainting event, when a column is about to be painted.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class HeatMapColumnHeaderCellPaintingEventArgs : HeatMapHeaderCellPaintingEventArgs
Inheritance: objectEventArgsHeatMapCellIndexEventArgsBaseHeatMapPaintingEventArgsHeatMapHeaderCellPaintingEventArgsHeatMapColumnHeaderCellPaintingEventArgs
Inherited Members
Constructors
HeatMapColumnHeaderCellPaintingEventArgs(CellIndex, object, Graphics, RectangleF, Color, Color, Color, int, Font, string, ContentAlignment, StringFormatFlags, StringTrimming)
Event arguments used in the HeaderCellPainting event, when a column is about to be painted.
Declaration
public HeatMapColumnHeaderCellPaintingEventArgs(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 column.
headerValue
The value of the column.
graphics
The graphics object.
bounds
The column header paint bounds.
backColor
The column header background color.
foreColor
The column header foreground color.
borderColor
The column header border color.
borderWidth
The column header border width.
font
The column header font.
text
The column header text.
textAlignment
The text alignment.
formatFlags
The format flags.
trimming
The string trimming.