Class HeatMapRowHeaderCellPaintingEventArgs
Event arguments used in the Header
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class HeatMapRowHeaderCellPaintingEventArgs : HeatMapHeaderCellPaintingEventArgs
Constructors
HeatMapRowHeaderCellPaintingEventArgs(CellIndex, Object, Graphics, RectangleF, Color, Color, Color, Int32, Font, String, ContentAlignment, StringFormatFlags, StringTrimming)
Event arguments used in the Header
Declaration
public HeatMapRowHeaderCellPaintingEventArgs(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
Cell The index of the row. |
System. The value of the row. |
System. The graphics object. |
System. The row header paint bounds. |
System. The row header background color. |
System. The row header foreground color. |
System. The row header border color. |
System. The row header border width. |
System. The row header font. |
System. The row header text. |
System. The text alignment. |
System. The format flags. |
System. The string trimming. |