[]
        
(Showing Draft Content)

C1.Android.Grid.GridTextCellView.OnRenderContent

OnRenderContent Method

OnRenderContent(Canvas, C1Rect)

Draw the content of the control in the specified drawingContext.

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

The drawing context used to paint the background.

C1Rect contentArea

The rectangle of the content. This already includes the padding.

Overrides
Remarks

The performed drawings will be clipped if C1CornerRadius is specified.