Class HeatMapCellPaintingEventArgs
Event arguments used in the Cell
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 Cell
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
Cell The cell index. |
System. The graphics object. |
System. The cell bounds. |
System. The cell background color. |
System. The cell foreground color. |
System. The cell border color. |
System. The border width. |
System. The cell font. |
System. The cell text. |
System. The text alignment. |
System. The format flags. |
System. The string trimming. |