[]
Paints the background of a cell.
protected virtual UIElement PaintBackground(PaintingContext paintingContext, CellData cellData)
Protected Overridable Function PaintBackground(paintingContext As PaintingContext, cellData As CellData) As UIElement
| Type | Name | Description |
|---|---|---|
| PaintingContext | paintingContext | The painting context. |
| CellData | cellData | The cell data of painting cell. |
| Type | Description |
|---|---|
| UIElement | An UIElement object represents the background of painting cell. |