Event arguments used in the CellPainting event.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class HeatMapCellPaintingEventArgs : BaseHeatMapPaintingEventArgs
Inheritance: objectEventArgsHeatMapCellIndexEventArgsBaseHeatMapPaintingEventArgsHeatMapCellPaintingEventArgs
Inherited Members
Constructors
Event arguments used in the CellPainting event.
C#
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)
The cell index.
graphicsGraphicsThe graphics object.
boundsRectangleFThe cell bounds.
backColorColorThe cell background color.
foreColorColorThe cell foreground color.
borderColorColorThe cell border color.
borderWidthintThe border width.
fontFontThe cell font.
textstringThe cell text.
textAlignmentContentAlignmentThe text alignment.
formatFlagsStringFormatFlagsThe format flags.
trimmingStringTrimmingThe string trimming.