ClassHeatMapCellPaintingEventArgs
Class
Event arguments used in the CellPainting event.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class HeatMapCellPaintingEventArgs : BaseHeatMapPaintingEventArgs
Inheritance: objectEventArgsHeatMapCellIndexEventArgsBaseHeatMapPaintingEventArgsHeatMapCellPaintingEventArgs
Inherited Members
Constructors
HeatMapCellPaintingEventArgs(CellIndex, Graphics, RectangleF, Color, Color, Color, int, Font, string, ContentAlignment, StringFormatFlags, StringTrimming)
Event arguments used in the CellPainting event.
Declaration
cs-api-definition
public HeatMapCellPaintingEventArgs(CellIndex cellIndex, 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 cell index.
graphics
The graphics object.
bounds
The cell bounds.
backColor
The cell background color.
foreColor
The cell foreground color.
borderColor
The cell border color.
borderWidth
The border width.
font
The cell font.
text
The cell text.
textAlignment
The text alignment.
formatFlags
The format flags.
trimming
The string trimming.