ClassHeatMapHeaderCellPaintingEventArgs
Event arguments used in the HeaderCellPainting event, which is fired before the painting of the row and column headers.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
public abstract class HeatMapHeaderCellPaintingEventArgs : BaseHeatMapPaintingEventArgs
Inheritance: objectEventArgsHeatMapCellIndexEventArgsBaseHeatMapPaintingEventArgsHeatMapHeaderCellPaintingEventArgs
Derived Classes:
Inherited Members
Constructors
HeatMapHeaderCellPaintingEventArgs(CellIndex, object, Graphics, RectangleF, Color, Color, Color, int, Font, string, ContentAlignment, StringFormatFlags, StringTrimming)
Event arguments used in the HeaderCellPainting event, which is fired before the painting of the row and column headers.
Declaration
public HeatMapHeaderCellPaintingEventArgs(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/column.
headerValue
The value of the row/column.
graphics
The graphics object.
bounds
The row/column bounds.
backColor
The row/column background color.
foreColor
The row/column foreground color.
borderColor
The row/column border color.
borderWidth
The row/column border width.
font
The row/column font.
text
The row/column text.
textAlignment
The text alignment.
formatFlags
The format flags.
trimming
The string trimming.
Properties
HeaderValue
Gets the value of the row/column.