'Declaration
Protected Overridable Sub OnRenderContent( _ ByVal drawingContext As DrawingContext, _ ByVal contentArea As Rect _ )
protected virtual void OnRenderContent( DrawingContext drawingContext, Rect contentArea )
Parameters
- drawingContext
- The drawing context used to paint the background.
- contentArea
- The rectangle of the content. This already includes the padding.