Class HeatMapHeaderCellPaintingEventArgs
Event arguments used in the Header
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class HeatMapHeaderCellPaintingEventArgs : BaseHeatMapPaintingEventArgs
Constructors
HeatMapHeaderCellPaintingEventArgs(CellIndex, Object, Graphics, RectangleF, Color, Color, Color, Int32, Font, String, ContentAlignment, StringFormatFlags, StringTrimming)
Event arguments used in the Header
Declaration
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)
Parameters
Cell The index of the row/column. |
System. The value of the row/column. |
System. The graphics object. |
System. The row/column bounds. |
System. The row/column background color. |
System. The row/column foreground color. |
System. The row/column border color. |
System. The row/column border width. |
System. The row/column font. |
System. The row/column text. |
System. The text alignment. |
System. The format flags. |
System. The string trimming. |
Properties
HeaderValue
Gets the value of the row/column.
Declaration
public virtual object HeaderValue { get; }
Property Value
System.
|