The PaintCellEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Appearance |
Gets the appearance of the Cell (Colors, gradient...).
| |
Cell |
Gets the Cell to be painted.
| |
ClipBounds |
A Rectangle that represents the area of the Grid that needs to be repainted.
| |
FinalAppearance |
Gets the final appearance of the Cell.
| |
Font |
Gets or sets the Font to draw the text.
| |
Graphics | ||
Grid |
Gets the Grid.
| |
Handled |
Gets or sets a value that indicates whether the event handler has completely handled the event or whether the Grid should continue its own processing.
| |
HighlightColor |
Gets or sets the highlighting color, which is evaluated with time.
| |
HighlightForeColor |
Gets or sets the highlighting fore color, which is evaluated with time.
| |
Image |
Gets or sets the image to be painted in Cell.
| |
ImageSettings |
Gets the image settings (padding, alignment, stretching...).
| |
IsMeasureOnly |
Indicates whether the grid measures cell's dimensions. In this case no drawing operations should occurred.
| |
Parts |
Gets or sets the parts of Cell that are to be painted.
| |
Render |
Gets or sets the IRender that performs basic painting operations.
| |
Text |
Gets a text to be painted in Cell.
| |
TextAlignment |
Gets or sets the text alignment.
| |
TextSettings |
Gets the text settings (padding, text orientation, wrapping, trimming, etc...).
|