The PaintBackgroundEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
ClipBounds |
A Rectangle that represents the area of the Grid that needs to be repainted.
| |
Graphics |
The Graphics used to paint the current background.
| |
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.
| |
Render |
Gets or sets the IRender that performs basic painting operations.
|