[]
        
(Showing Draft Content)

C1.WPF.Grid.GridControlCellView.OnRenderBackground

OnRenderBackground Method

OnRenderBackground(DrawingContext, Rect)

Draw the background of the control in the specified drawingContext.

Declaration
protected override void OnRenderBackground(DrawingContext drawingContext, Rect backgroundArea)
Parameters
Type Name Description
DrawingContext drawingContext

The drawing context used to paint the background.

Rect backgroundArea

The rectangle of the background.

Remarks

The performed drawings will be clipped if CornerRadius is specified.