Event arguments used in the HeaderCellPainting event, which is fired before the painting of the row and column headers.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
public abstract class HeatMapHeaderCellPaintingEventArgs : BaseHeatMapPaintingEventArgs
Inheritance: objectEventArgsHeatMapCellIndexEventArgsBaseHeatMapPaintingEventArgsHeatMapHeaderCellPaintingEventArgs
Derived Classes:
Inherited Members
Constructors
Event arguments used in the HeaderCellPainting event, which is fired before the painting of the row and column headers.
public HeatMapHeaderCellPaintingEventArgs(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)
The index of the row/column.
headerValueobjectThe value of the row/column.
graphicsGraphicsThe graphics object.
boundsRectangleFThe row/column bounds.
backColorColorThe row/column background color.
foreColorColorThe row/column foreground color.
borderColorColorThe row/column border color.
borderWidthintThe row/column border width.
fontFontThe row/column font.
textstringThe row/column text.
textAlignmentContentAlignmentThe text alignment.
formatFlagsStringFormatFlagsThe format flags.
trimmingStringTrimmingThe string trimming.
Properties
Gets the value of the row/column.
public virtual object HeaderValue { get; }