[]
Paints the background of a cell.
public abstract UIElement PaintBackground(PaintingContext paintingContext, int row, int column, CellData cellData)
Public MustOverride Function PaintBackground(paintingContext As PaintingContext, row As Integer, column As Integer, cellData As CellData) As UIElement
Type | Name | Description |
---|---|---|
PaintingContext | paintingContext | The painting context. |
int | row | The row index of painting cell. |
int | column | The column index of painting cell. |
CellData | cellData | The cell data of painting cell. |
Type | Description |
---|---|
UIElement | An UIElement object represents the background of painting cell. |