[]
Paints the content of a cell.
public override UIElement PaintContent(PaintingContext paintingContext, int row, int column, CellData paintingData)
Public Overrides Function PaintContent(paintingContext As PaintingContext, row As Integer, column As Integer, paintingData 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 | paintingData |
| Type | Description |
|---|---|
| UIElement | An UIElement object represents the content of painting cell. |