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