ClassBaseHeatMapPaintingEventArgs
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
public abstract class BaseHeatMapPaintingEventArgs : HeatMapCellIndexEventArgs
Inheritance: objectEventArgsHeatMapCellIndexEventArgsBaseHeatMapPaintingEventArgs
Derived Classes:
Inherited Members
Constructors
BaseHeatMapPaintingEventArgs(CellIndex, Graphics, RectangleF, Color, Color, Color, int, Font, string, ContentAlignment, StringFormatFlags, StringTrimming)
Event arguments used in the painting events of RadHeatMap.
Declaration
public BaseHeatMapPaintingEventArgs(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
The cell index.
graphics
The graphics object.
bounds
The bounds.
backColor
The background color.
foreColor
The foreground color.
borderColor
The border color.
borderWidth
The border width.
font
The font.
text
The text.
textAlignment
The text alignment.
formatFlags
The format flags.
trimming
The string trimming.
Properties
BackColor
Gets or sets the background color.
BorderColor
Gets or sets the border color.
BorderWidth
Gets or sets the border width.
Bounds
Gets the paint bounds.
Font
Gets or sets the font.
ForeColor
Gets or sets the foreground color.
FormatFlags
Gets or sets the string format flags. For example by setting the NoWrap the text wrapping can be controlled.
Declaration
public StringFormatFlags FormatFlags { get; set; }
Property Value
Handled
Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.
Declaration
public bool Handled { get; set; }
Property Value
true if the event has been completely handled; otherwise, false.
Text
Gets or sets the text.
TextAlignment
Gets or sets the text alignment.
Declaration
public ContentAlignment TextAlignment { get; set; }
Property Value
Trimming
Gets or sets the string trimming. The default is EllipsisCharacter.
Declaration
public StringTrimming Trimming { get; set; }
Property Value