[]
Paints the content of a cell.
protected override UIElement PaintContent(PaintingContext paintingContext, CellData celldata)
Protected Overrides Function PaintContent(paintingContext As PaintingContext, celldata As CellData) As UIElement
| Type | Name | Description |
|---|---|---|
| PaintingContext | paintingContext | The painting context. |
| CellData | celldata |
| Type | Description |
|---|---|
| UIElement | An UIElement object represents the content of painting cell. |