[]
        
(Showing Draft Content)

C1.Android.Grid.GridControlCellView.OnRenderBackground

OnRenderBackground Method

OnRenderBackground(Canvas, C1Rect)

Draw the background of the control in the specified drawingContext.

Declaration
protected override void OnRenderBackground(Canvas drawingContext, C1Rect backgroundArea)
Protected Overrides Sub OnRenderBackground(drawingContext As Canvas, backgroundArea As C1Rect)
Parameters
Type Name Description
Canvas drawingContext

The drawing context used to paint the background.

C1Rect backgroundArea

The rectangle of the background.

Overrides
Remarks

The performed drawings will be clipped if CornerRadius is specified.