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