[]
        
(Showing Draft Content)

C1.Android.Grid.GridControlCellView.OnRenderBackgroundAdorners

OnRenderBackgroundAdorners Method

OnRenderBackgroundAdorners(Canvas, C1Rect)

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

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

Remarks

The performed drawings will be clipped if CornerRadius is specified.