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