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
Event arguments used in the HeaderCellPainting event, when a column is about to be painted.
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)
The index of the column.
headerValueobjectThe value of the column.
graphicsGraphicsThe graphics object.
boundsRectangleFThe column header paint bounds.
backColorColorThe column header background color.
foreColorColorThe column header foreground color.
borderColorColorThe column header border color.
borderWidthintThe column header border width.
fontFontThe column header font.
textstringThe column header text.
textAlignmentContentAlignmentThe text alignment.
formatFlagsStringFormatFlagsThe format flags.
trimmingStringTrimmingThe string trimming.