[]
        
(Showing Draft Content)

C1.Android.Grid.GridCellView.OnRenderTreeLines

OnRenderTreeLines Method

OnRenderTreeLines(Canvas, C1Rect)

Called when the tree-lines need to be drawn.

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