[]
        
(Showing Draft Content)

C1.WPF.Core.C1Border.OnRenderContent

OnRenderContent Method

OnRenderContent(DrawingContext, Rect)

Draw the content of the control in the specified drawingContext.

Declaration
protected virtual void OnRenderContent(DrawingContext drawingContext, Rect contentArea)
Parameters
Type Name Description
DrawingContext drawingContext

The drawing context used to paint the background.

Rect contentArea

The rectangle of the content. This already includes the padding.

Remarks

The performed drawings will be clipped if CornerRadius is specified.