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