[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.PaintBackground

PaintBackground Method

PaintBackground(PaintingContext, CellData)

Paints the background of a cell.

Declaration
protected virtual UIElement PaintBackground(PaintingContext paintingContext, CellData cellData)
Protected Overridable Function PaintBackground(paintingContext As PaintingContext, cellData As CellData) As UIElement
Parameters
Type Name Description
PaintingContext paintingContext

The painting context.

CellData cellData

The cell data of painting cell.

Returns
Type Description
UIElement

An UIElement object represents the background of painting cell.