[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellView.OnRenderTreeLines

OnRenderTreeLines Method

OnRenderTreeLines(CanvasDrawingSession, Rect)

Called when the tree-lines need to be drawn.

Declaration
protected virtual void OnRenderTreeLines(CanvasDrawingSession drawingContext, Rect backgroundArea)
Protected Overridable Sub OnRenderTreeLines(drawingContext As CanvasDrawingSession, backgroundArea As Rect)
Parameters
Type Name Description
CanvasDrawingSession drawingContext

The drawing context used to paint the background.

Rect backgroundArea

The rectangle of the background.