[]
        
(Showing Draft Content)

C1.Android.Grid.GridCellView.OnRenderBackgroundAdorners

OnRenderBackgroundAdorners Method

OnRenderBackgroundAdorners(Canvas, C1Rect)

Draw the background adorners of the control in the specified drawingContext.

Declaration
protected override void OnRenderBackgroundAdorners(Canvas drawingContext, C1Rect backgroundArea)
Protected Overrides Sub OnRenderBackgroundAdorners(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.