Class HeatMapColumnHeaderCellPaintingEventArgs
Event arguments used in the HeaderCellPainting event, when a column is about to be painted.
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 HeaderCellPainting event, when a column is about to be painted.
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
CellIndex
cellIndex
The index of the column. |
System.Object
headerValue
The value of the column. |
System.Drawing.Graphics
graphics
The graphics object. |
System.Drawing.RectangleF
bounds
The column header paint bounds. |
System.Drawing.Color
backColor
The column header background color. |
System.Drawing.Color
foreColor
The column header foreground color. |
System.Drawing.Color
borderColor
The column header border color. |
System.Int32
borderWidth
The column header border width. |
System.Drawing.Font
font
The column header font. |
System.String
text
The column header text. |
System.Drawing.ContentAlignment
textAlignment
The text alignment. |
System.Drawing.StringFormatFlags
formatFlags
The format flags. |
System.Drawing.StringTrimming
trimming
The string trimming. |