Class
HeatMapCellPaintingEventArgs

Event arguments used in the CellPainting event.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class HeatMapCellPaintingEventArgs : BaseHeatMapPaintingEventArgs

Inheritance: objectEventArgsHeatMapCellIndexEventArgsBaseHeatMapPaintingEventArgsHeatMapCellPaintingEventArgs

Inherited Members BaseHeatMapPaintingEventArgs.HandledBaseHeatMapPaintingEventArgs.GraphicsBaseHeatMapPaintingEventArgs.BoundsBaseHeatMapPaintingEventArgs.BackColorBaseHeatMapPaintingEventArgs.ForeColorBaseHeatMapPaintingEventArgs.BorderColorBaseHeatMapPaintingEventArgs.BorderWidthBaseHeatMapPaintingEventArgs.FontBaseHeatMapPaintingEventArgs.TextBaseHeatMapPaintingEventArgs.TextAlignmentBaseHeatMapPaintingEventArgs.TrimmingBaseHeatMapPaintingEventArgs.FormatFlagsHeatMapCellIndexEventArgs.IndexHeatMapCellIndexEventArgs.RowIndexHeatMapCellIndexEventArgs.ColumnIndexEventArgs.Empty

Constructors

HeatMapCellPaintingEventArgs(CellIndex, Graphics, RectangleF, Color, Color, Color, int, Font, string, ContentAlignment, StringFormatFlags, StringTrimming)

Event arguments used in the CellPainting event.

Declaration

cs-api-definition
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

cellIndex

CellIndex

The cell index.

graphics

Graphics

The graphics object.

bounds

RectangleF

The cell bounds.

backColor

Color

The cell background color.

foreColor

Color

The cell foreground color.

borderColor

Color

The cell border color.

borderWidth

int

The border width.

font

Font

The cell font.

text

string

The cell text.

textAlignment

ContentAlignment

The text alignment.

formatFlags

StringFormatFlags

The format flags.

trimming

StringTrimming

The string trimming.