FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellView Class / OnRenderTreeLines Method
The drawing context used to paint the background.
The rectangle of the background.

In This Topic
    OnRenderTreeLines Method (GridCellView)
    In This Topic
    Called when the tree-lines need to be drawn.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnRenderTreeLines( _
       ByVal drawingContext As DrawingContext, _
       ByVal backgroundArea As Rect _
    ) 
    protected virtual void OnRenderTreeLines( 
       DrawingContext drawingContext,
       Rect backgroundArea
    )

    Parameters

    drawingContext
    The drawing context used to paint the background.
    backgroundArea
    The rectangle of the background.
    See Also