FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridTextCellView Class / OnRenderContent Method

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

    Parameters

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