ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / C1CheckeredBorder Class / OnRenderBackground Method

In This Topic
    OnRenderBackground Method
    In This Topic
    Draw the background of the control in the specified drawingContext.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnRenderBackground( _
       ByVal drawingContext As DrawingContext, _
       ByVal backgroundArea As Rect _
    ) 
    protected override void OnRenderBackground( 
       DrawingContext drawingContext,
       Rect backgroundArea
    )

    Parameters

    drawingContext
    backgroundArea
    Remarks
    The performed drawings will be clipped if System.Windows.CornerRadius is specified.
    See Also