[]
Paints the content of a cell.
protected virtual UIElement PaintContent(PaintingContext paintingContext, CellData cellData)
Protected Overridable Function PaintContent(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 content of painting cell. |